Instance Method インスタンスメソッド

daylightSavingTimeOffset(for:)

Returns the daylight saving time offset for a given date. ある与えられた日付に対する夏時間とのズレ。

Declaration 宣言

func daylightSavingTimeOffset(for date: Date = Date()) -> TimeInterval

Parameters パラメータ

date

The date to use for the calculation. The default value is the current date. 計算に使われる日付。省略時の値は、現在の日付です。

See Also 参照

Working with Daylight Savings 夏時間を扱う