文書   >   Foundation   >     Dates and Times   >   Date   >   timeIntervalSinceReferenceDate
インスタンスプロパティ
timeIntervalSinceReferenceDate
2001 年 1 月 1 日 00:00:00 UTC と日付値との間隔。
宣言
議論
日付オブジェクトがシステムの絶対参照日付 (2001 年 1 月 1 日 00:00:00 UTC) より前の場合、このプロパティの値は負になります。
以下も見よ
時間間隔の取得
func timeIntervalSince(Date) -> TimeInterval
受信者と与えられた別の日付との間隔を返します。
var timeIntervalSinceNow: TimeInterval
日付値と現在の日付および時間の間の時間間隔。
var timeIntervalSince1970: TimeInterval
1970 年 1 月 1 日 00:00:00 UTC と日付値との間隔。
static var timeIntervalSinceReferenceDate: TimeInterval
2001 年 1 月 1 日 00:00:00 UTC と現在の日付および時間までの間隔。
static let timeIntervalBetween1970AndReferenceDate: TimeInterval
1970 年 1 月 1 日から基準日、2001 年 1 月 1 日までの秒数。