文書   >   Core Foundation   >   CFDate   >   CFDateGetTimeIntervalSinceDate(_:_:)
関数
CFDateGetTimeIntervalSinceDate(_:_:)
指定された CFDate オブジェクト間の経過した秒数を返します。
宣言
funcCFDateGetTimeIntervalSinceDate(_ theDate: CFDate!, _ otherDate: CFDate!) -> CFTimeInterval
パラメータ
theDate | otherDate と比較すべき日付。 |
otherDate | theDate と比較すべき日付。 |
戻り値
theDate と otherDate の間の経過秒数。theDate が otherDate より遅い場合、結果は正です。
以下も見よ
CFDate その他の関数
func CFDateCompare(CFDate!, CFDate!, UnsafeMutableRawPointer!) -> CFComparisonResult
2 つの CFDate オブジェクトを比較し、比較した結果を返します。
func CFDateCreate(CFAllocator!, CFAbsoluteTime) -> CFDate!
与えられた絶対時間で CFDate オブジェクトを作成します。
func CFDateGetAbsoluteTime(CFDate!) -> CFAbsoluteTime
CFDate オブジェクトの絶対時間を返します。
func CFDateGetTypeID() -> CFTipeID
CFDate 不透明型の型 ID を返します。