Type Property 型プロパティ

timeIntervalSinceReferenceDate

The interval between 00:00:00 UTC on 1 January 2001 and the current date and time. 00:00:00 UTC 1 January 2001と現在の日付と時刻との間の隔たり。

Declaration 宣言

class var timeIntervalSinceReferenceDate: TimeInterval { get }

Return Value 戻り値

The interval between the system’s absolute reference date (00:00:00 UTC on 1 January 2001) and the current date and time. システムの絶対基準日(1 January 2001での00:00:00 UTC)と現在の日付と時刻の間の隔たり。

Discussion 議論

This method is the primitive method for NSDate. If you subclass NSDate, you must override this method with your own implementation for it. このメソッドは、NSDateに対する根本的メソッドです。あなたがNSDateのサブクラスを作るならば、あなたはこのメソッドをそれに対するあなた独自の実装でオーバーライドしなければなりません。

See Also 参照

Getting Time Intervals 時間の隔たりを得る