init()
Returns a date object initialized to the current date and time.
現在の日付と時刻に初期化される日付オブジェクトを返します。
init(timeIntervalSinceNow : TimeInterval)
Returns a date object initialized relative to the current date and time by a given number of seconds.
現在の日付と時刻に相対してある与えられた秒数の差で初期化される日付オブジェクトを返します。
init(timeIntervalSinceReferenceDate : TimeInterval)
Returns a date object 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(timeIntervalSince1970 : TimeInterval)
Returns a date object initialized relative to 00:00:00 UTC on 1 January 1970 by a given number of seconds.
00:00:00 UTC 1 January 1970に相対してある与えられた秒数の差で初期化される日付オブジェクトを返します。
init?(coder: NSCoder)
Returns a date object initialized from data in the given unarchiver.
与えられたアンアーカイバの中のデータから初期化される日付オブジェクトを返します。