func isDaylightSavingTime (for: Date) -> Bool
Returns a Boolean value that indicates whether the receiver uses daylight saving time at a given date.
レシーバが夏時間をある与えられた日付で使用するかどうかを指し示すブール値を返します。
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.
このタイムゾーンに対する次の(現在のインスタンスの後の)夏時間移行の日付。