init()
Creates a date value initialized to the current date and time.
現在の日付と時刻に初期化される日付値を作成します。
init(timeIntervalSinceNow : TimeInterval)
Creates a date value initialized relative to the current date and time by a given number of seconds.
現在の日付と時刻に相対してある与えられた秒数の差で初期化される日付値を作成します。
init(timeInterval : TimeInterval, since: Date)
Creates a date value initialized relative to another given date by a given number of seconds.
別の与えられた日付に相対してある与えられた秒数の差で初期化される日付値を作成します。
init(timeIntervalSinceReferenceDate : TimeInterval)
Creates a date value initialized relative to 00:00:00 UTC on 1 January 2001 by a given number of seconds.
00:00:00 UTC 1 January 2001に相対してある与えられた秒数の差で初期化される日付値を作成します。
init(from: Decoder)
Creates a new instance by decoding from the given decoder.
新しいインスタンスをこの与えられたデコーダからデコーディングすることによって作成します。