Instance Property インスタンスプロパティ

timeIntervalSinceNow

The interval between the date object and the current date and time. この日付オブジェクトと現在の日付と時刻の間の隔たり。

Declaration 宣言

var timeIntervalSinceNow: TimeInterval { get }

Discussion 議論

If the date object is earlier than the current date and time, this property’s value is negative. 日付オブジェクトが現在の日付と時刻より早いならば、このプロパティの値は負です。

See Also 参照

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