Instance Method インスタンスメソッド

dateComponents(in:from:)

Returns all the date components of a date, as if in a given time zone (instead of the Calendar time zone). ある日付の日付構成要素のすべてを返します、与えられたタイムゾーンを使います(Calendarタイムゾーンの代わりに)。

Declaration 宣言

func dateComponents(in timeZone: TimeZone, from date: Date) -> DateComponents

Parameters パラメータ

timeZone

The TimeZone to use. 使用するTimeZone

date

The Date to use. 使用するDate

Return Value 戻り値

All components, calculated using the Calendar and TimeZone. すべての構成要素、CalendarTimeZoneを使って計算されます。

Discussion 議論

The time zone overrides the time zone of the Calendar for the purposes of this calculation. タイムゾーンは、この計算の目的のためにCalendarのタイムゾーンをオーバーライドします。

See Also 参照

Extracting Components 構成要素の抽出