gnu.gnustep.base
Class NSDate

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSDate
All Implemented Interfaces:
java.lang.Cloneable

public class NSDate
extends NSObject

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

NSDate

public NSDate(double arg0)
Wraps the Objective-C method initWithTimeIntervalSinceNow:

NSDate

public NSDate(java.lang.String arg0)
Wraps the Objective-C method initWithString:

NSDate

public NSDate(double arg0,
              NSDate arg1)
Wraps the Objective-C method initWithTimeInterval:sinceDate:

NSDate

public NSDate()
Wraps the Objective-C method init
Method Detail

date

public static java.lang.Object date()
Wraps the Objective-C method date

dateWithTimeIntervalSinceNow

public static java.lang.Object dateWithTimeIntervalSinceNow(double arg0)
Wraps the Objective-C method dateWithTimeIntervalSinceNow:

dateWithString

public static java.lang.Object dateWithString(java.lang.String arg0)
Wraps the Objective-C method dateWithString:

dateWithNaturalLanguageString

public static java.lang.Object dateWithNaturalLanguageString(java.lang.String arg0)
Wraps the Objective-C method dateWithNaturalLanguageString:

dateWithNaturalLanguageString

public static java.lang.Object dateWithNaturalLanguageString(java.lang.String arg0,
                                                             NSDictionary arg1)
Wraps the Objective-C method dateWithNaturalLanguageString:locale:

dateWithTimeIntervalSinceReferenceDate

public static java.lang.Object dateWithTimeIntervalSinceReferenceDate(double arg0)
Wraps the Objective-C method dateWithTimeIntervalSinceReferenceDate:

dateWithTimeIntervalSince1970

public static java.lang.Object dateWithTimeIntervalSince1970(double arg0)
Wraps the Objective-C method dateWithTimeIntervalSince1970:

distantFuture

public static java.lang.Object distantFuture()
Wraps the Objective-C method distantFuture

distantPast

public static java.lang.Object distantPast()
Wraps the Objective-C method distantPast

addTimeInterval

public java.lang.Object addTimeInterval(double arg0)
Wraps the Objective-C method addTimeInterval:

isEqualToDate

public boolean isEqualToDate(NSDate arg0)
Wraps the Objective-C method isEqualToDate:

earlierDate

public NSDate earlierDate(NSDate arg0)
Wraps the Objective-C method earlierDate:

laterDate

public NSDate laterDate(NSDate arg0)
Wraps the Objective-C method laterDate:

timeIntervalSinceDate

public double timeIntervalSinceDate(NSDate arg0)
Wraps the Objective-C method timeIntervalSinceDate:

timeIntervalSinceNow

public double timeIntervalSinceNow()
Wraps the Objective-C method timeIntervalSinceNow

timeIntervalSinceReferenceDate

public double timeIntervalSinceReferenceDate()
Wraps the Objective-C method timeIntervalSinceReferenceDate

timeIntervalSince1970

public double timeIntervalSince1970()
Wraps the Objective-C method timeIntervalSince1970

toString

public java.lang.String toString()
Wraps the Objective-C method description
Overrides:
toString in class NSObject

descriptionWithLocale

public java.lang.String descriptionWithLocale(NSDictionary arg0)
Wraps the Objective-C method descriptionWithLocale:

descriptionWithCalendarFormat

public java.lang.String descriptionWithCalendarFormat(java.lang.String arg0,
                                                      NSTimeZone arg1,
                                                      NSDictionary arg2)
Wraps the Objective-C method descriptionWithCalendarFormat:timeZone:locale: