org.rococoa.cocoa.foundation.categories
Interface NSExtendedDate

All Known Implementing Classes:
NSCalendarDate, NSDate

public interface NSExtendedDate

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface NSExtendedDate._static_
           
 
Method Summary
 NSObject addTimeInterval(double seconds)
           
 NSObject compare(NSDate other)
           
 NSDate earlierDate(NSDate anotherDate)
           
 boolean isEqualToDate(NSDate otherDate)
           
 NSDate laterDate(NSDate anotherDate)
           
 double timeIntervalSince1970()
           
 double timeIntervalSinceDate(NSDate anotherDate)
           
 double timeIntervalSinceNow()
           
 

Method Detail

timeIntervalSinceDate

double timeIntervalSinceDate(NSDate anotherDate)

timeIntervalSinceNow

double timeIntervalSinceNow()

timeIntervalSince1970

double timeIntervalSince1970()

addTimeInterval

NSObject addTimeInterval(double seconds)

earlierDate

NSDate earlierDate(NSDate anotherDate)

laterDate

NSDate laterDate(NSDate anotherDate)

compare

NSObject compare(NSDate other)

isEqualToDate

boolean isEqualToDate(NSDate otherDate)