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.
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)