func daylightSavingTimeOffset (for: Date) -> TimeInterval
Returns the daylight saving time offset for a given date.
ある与えられた日付に対する夏時間とのズレ。
var nextDaylightSavingTimeTransition : Date?
The date of the next (after the current instant) daylight saving time transition for the time zone.
このタイムゾーンに対する次の(現在のインスタンスの後の)夏時間移行の日付。
func nextDaylightSavingTimeTransition (after: Date) -> Date?
Returns the next daylight saving time transition after a given date.
与えられた日付の後の次の夏時間移行を返します。