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