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

nextDaylightSavingTimeTransition(after:)

Returns the next daylight saving time transition after a given date. 与えられた日付の後の次の夏時間移行を返します。

Declaration 宣言

func nextDaylightSavingTimeTransition(after date: Date) -> Date?

Parameters パラメータ

date

A date. ある日付。

Return Value 戻り値

The next daylight saving time transition after date. Depending on the time zone, this function may return a change of the time zone’s offset from GMT. Returns nil if the time zone of the receiver does not observe daylight savings time as of date. dateの後の次の夏時間移行。タイムゾーンに依存して、この関数はGMTからのタイムゾーンのもつ相殺の変化を返すかもしれません。nilを返します、もしレシーバのタイムゾーンがdate現在は夏時間を監視しないならば。

See Also 参照

Working with Daylight Savings 夏時間を扱う