|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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)
Original signature : -(id)addTimeInterval:(NSTimeInterval) from NSExtendedDate native declaration : NSDate.h:28 |
NSObject |
compare(NSDate other)
Original signature : -(id)compare:(NSDate*) from NSExtendedDate native declaration : NSDate.h:33 |
NSObject |
dateByAddingTimeInterval(double ti)
Original signature : -(id)dateByAddingTimeInterval:(NSTimeInterval) from NSExtendedDate native declaration : NSDate.h:29 |
NSString |
descriptionWithLocale(ObjCObject locale)
Original signature : -(NSString*)descriptionWithLocale:(id) from NSExtendedDate native declaration : NSDate.h:37 |
NSDate |
earlierDate(NSDate anotherDate)
Original signature : -(NSDate*)earlierDate:(NSDate*) from NSExtendedDate native declaration : NSDate.h:31 |
boolean |
isEqualToDate(NSDate otherDate)
Original signature : -(BOOL)isEqualToDate:(NSDate*) from NSExtendedDate native declaration : NSDate.h:34 |
NSDate |
laterDate(NSDate anotherDate)
Original signature : -(NSDate*)laterDate:(NSDate*) from NSExtendedDate native declaration : NSDate.h:32 |
double |
timeIntervalSince1970()
Original signature : -(NSTimeInterval)timeIntervalSince1970 from NSExtendedDate native declaration : NSDate.h:26 |
double |
timeIntervalSinceDate(NSDate anotherDate)
Original signature : -(NSTimeInterval)timeIntervalSinceDate:(NSDate*) from NSExtendedDate native declaration : NSDate.h:24 |
double |
timeIntervalSinceNow()
Original signature : -(NSTimeInterval)timeIntervalSinceNow from NSExtendedDate native declaration : NSDate.h:25 |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
double timeIntervalSinceDate(NSDate anotherDate)
-(NSTimeInterval)timeIntervalSinceDate:(NSDate*)
double timeIntervalSinceNow()
-(NSTimeInterval)timeIntervalSinceNow
double timeIntervalSince1970()
-(NSTimeInterval)timeIntervalSince1970
NSObject addTimeInterval(double seconds)
-(id)addTimeInterval:(NSTimeInterval)
NSObject dateByAddingTimeInterval(double ti)
-(id)dateByAddingTimeInterval:(NSTimeInterval)
NSDate earlierDate(NSDate anotherDate)
-(NSDate*)earlierDate:(NSDate*)
NSDate laterDate(NSDate anotherDate)
-(NSDate*)laterDate:(NSDate*)
NSObject compare(NSDate other)
-(id)compare:(NSDate*)
boolean isEqualToDate(NSDate otherDate)
-(BOOL)isEqualToDate:(NSDate*)
NSString descriptionWithLocale(ObjCObject locale)
-(NSString*)descriptionWithLocale:(id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |