var isDaylightSavingTime : Bool
A Boolean value that indicates whether the receiver is currently using daylight saving time.
レシーバが現在夏時間を使うかどうかを指し示すブール値。
func isDaylightSavingTime (for: Date) -> Bool
Indicates whether the receiver uses daylight saving time on 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 daylight saving time transition for the receiver.
レシーバに対する次の夏時間移行の日付。
func nextDaylightSavingTimeTransition (after: Date) -> Date?
Returns the next daylight saving time transition after a given date.
与えられた日付の後の次の夏時間移行を返します。