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

nextDaylightSavingTimeTransition

The date of the next (after the current instant) daylight saving time transition for the time zone. このタイムゾーンに対する次の(現在のインスタンスの後の)夏時間移行の日付。

Declaration 宣言

var nextDaylightSavingTimeTransition: Date? { get }

Discussion 議論

Depending on the time zone, the value of this property may represent a change of the time zone’s offset from GMT. The value is nil if the time zone does not currently observe daylight saving time. タイムゾーンに基づいて、このプロパティの値はタイムゾーンのもつGMTからの相殺の変化を表すかもしれません。この値はnilです、もしタイムゾーンが現在は夏時間を監視しないならば。

See Also 参照

Working with Daylight Savings 夏時間を扱う