文書   >   Foundation   >   Dates and Times   >   Date   >   NSDate   >   timeIntervalSince(_:)
インスタンスメソッド
timeIntervalSince(_:)
受信者と与えられた別の日付との間隔を返します。
宣言
func timeIntervalSince(_ anotherDate: Date) -> TimeInterval
パラメータ
anotherDate | 受信者と比較すべき日付。nil でない日付オブジェクトを渡す必要があります。 |
戻り値
受信者と anotherDate パラメータの間の間隔。受信者が anotherDate より早い場合、戻り値は負の値になります。anotherDate が nil の場合、結果は定義されていません。
以下も見よ
時間間隔の取得
var timeIntervalSinceNow: TimeInterval
日付オブジェクトと現在の日付および時刻との間隔。
var timeIntervalSinceReferenceDate: TimeInterval
日付オブジェクトと 2001 年 1 月 1 日 00:00:00 UTC との間隔。
var timeIntervalSince1970: TimeInterval
日付オブジェクトと 1970 年 1 月 1 日 00:00:00 UTC との間隔。
class var timeIntervalSinceReferenceDate: TimeInterval
2001 年 1 月 1 日 00:00:00 UTC と現在の日付および時刻との間隔。
var NSTimeIntervalSince1970: Double
1970 年 1 月 1 日から基準日の 2001 年 1 月 1 日までの秒数。