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.
ある与えられた日付に対する夏時間とのズレ。
func nextDaylightSavingTimeTransition (after: Date) -> Date?
Returns the next daylight saving time transition after a given date.
与えられた日付の後の次の夏時間移行を返します。