Instance Property インスタンスプロパティ

nextDaylightSavingTimeTransition

The date of the next daylight saving time transition for the receiver. レシーバに対する次の夏時間移行の日付。

Declaration 宣言

var nextDaylightSavingTimeTransition: Date? { get }

Discussion 議論

This property contains the date of the next (after the current instant) daylight saving time transition for the receiver. Depending on the time zone of the receiver, the value of this property may represent a change of the time zone's offset from GMT. Returns nil if the time zone of the receiver does not currently observe daylight saving time. このプロパティは、レシーバに対する次の(現在のインスタンスの後の)夏時間移行の日付を含んでいます。レシーバのタイムゾーンに依存して、このプロパティの値は、タイムゾーンの持つGMTからの相殺の変化を表すかもしれません。nilを返します、もしレシーバのタイムゾーンが現在は夏時間を監視しないならば。

See Also 参照

Working with Daylight Savings 夏時間を扱う