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

nextDaylightSavingTimeTransition(after:)

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

Declaration 宣言

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

Parameters パラメータ

aDate

A date. ある日付。

Return Value 戻り値

The next daylight saving time transition after aDate. Depending on the time zone of the receiver, this method 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 aDate. aDateの後の次の夏時間移行。レシーバのタイムゾーンに依存して、このメソッドはGMTからのそのタイムゾーンのもつ相殺の変化を返すかもしれません。nilを返します、もしレシーバのタイムゾーンがaDate現在は夏時間を監視しないならば。

See Also 参照

Working with Daylight Savings 夏時間を扱う