|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSDate
This class wraps the Objective-C class NSDate. It was automatically generated by JIGS WrapCreator.
| Constructor Summary | |
NSDate()
Wraps the Objective-C method init |
|
NSDate(double arg0)
Wraps the Objective-C method initWithTimeIntervalSinceNow: |
|
NSDate(double arg0,
NSDate arg1)
Wraps the Objective-C method initWithTimeInterval:sinceDate: |
|
NSDate(java.lang.String arg0)
Wraps the Objective-C method initWithString: |
|
| Method Summary | |
java.lang.Object |
addTimeInterval(double arg0)
Wraps the Objective-C method addTimeInterval: |
static java.lang.Object |
date()
Wraps the Objective-C method date |
static java.lang.Object |
dateWithNaturalLanguageString(java.lang.String arg0)
Wraps the Objective-C method dateWithNaturalLanguageString: |
static java.lang.Object |
dateWithNaturalLanguageString(java.lang.String arg0,
NSDictionary arg1)
Wraps the Objective-C method dateWithNaturalLanguageString:locale: |
static java.lang.Object |
dateWithString(java.lang.String arg0)
Wraps the Objective-C method dateWithString: |
static java.lang.Object |
dateWithTimeIntervalSince1970(double arg0)
Wraps the Objective-C method dateWithTimeIntervalSince1970: |
static java.lang.Object |
dateWithTimeIntervalSinceNow(double arg0)
Wraps the Objective-C method dateWithTimeIntervalSinceNow: |
static java.lang.Object |
dateWithTimeIntervalSinceReferenceDate(double arg0)
Wraps the Objective-C method dateWithTimeIntervalSinceReferenceDate: |
java.lang.String |
descriptionWithCalendarFormat(java.lang.String arg0,
NSTimeZone arg1,
NSDictionary arg2)
Wraps the Objective-C method descriptionWithCalendarFormat:timeZone:locale: |
java.lang.String |
descriptionWithLocale(NSDictionary arg0)
Wraps the Objective-C method descriptionWithLocale: |
static java.lang.Object |
distantFuture()
Wraps the Objective-C method distantFuture |
static java.lang.Object |
distantPast()
Wraps the Objective-C method distantPast |
NSDate |
earlierDate(NSDate arg0)
Wraps the Objective-C method earlierDate: |
boolean |
isEqualToDate(NSDate arg0)
Wraps the Objective-C method isEqualToDate: |
NSDate |
laterDate(NSDate arg0)
Wraps the Objective-C method laterDate: |
double |
timeIntervalSince1970()
Wraps the Objective-C method timeIntervalSince1970 |
double |
timeIntervalSinceDate(NSDate arg0)
Wraps the Objective-C method timeIntervalSinceDate: |
double |
timeIntervalSinceNow()
Wraps the Objective-C method timeIntervalSinceNow |
double |
timeIntervalSinceReferenceDate()
Wraps the Objective-C method timeIntervalSinceReferenceDate |
java.lang.String |
toString()
Wraps the Objective-C method description |
| Methods inherited from class gnu.gnustep.base.NSObject |
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, valueForKey |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSDate(double arg0)
public NSDate(java.lang.String arg0)
public NSDate(double arg0,
NSDate arg1)
public NSDate()
| Method Detail |
public static java.lang.Object date()
public static java.lang.Object dateWithTimeIntervalSinceNow(double arg0)
public static java.lang.Object dateWithString(java.lang.String arg0)
public static java.lang.Object dateWithNaturalLanguageString(java.lang.String arg0)
public static java.lang.Object dateWithNaturalLanguageString(java.lang.String arg0,
NSDictionary arg1)
public static java.lang.Object dateWithTimeIntervalSinceReferenceDate(double arg0)
public static java.lang.Object dateWithTimeIntervalSince1970(double arg0)
public static java.lang.Object distantFuture()
public static java.lang.Object distantPast()
public java.lang.Object addTimeInterval(double arg0)
public boolean isEqualToDate(NSDate arg0)
public NSDate earlierDate(NSDate arg0)
public NSDate laterDate(NSDate arg0)
public double timeIntervalSinceDate(NSDate arg0)
public double timeIntervalSinceNow()
public double timeIntervalSinceReferenceDate()
public double timeIntervalSince1970()
public java.lang.String toString()
toString in class NSObjectpublic java.lang.String descriptionWithLocale(NSDictionary arg0)
public java.lang.String descriptionWithCalendarFormat(java.lang.String arg0,
NSTimeZone arg1,
NSDictionary arg2)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||