Uses of Class
net.wotonomy.foundation.NSDate

Packages that use NSDate
net.wotonomy.foundation A set of collections classes that are needed by the ui and web packages. 
 

Uses of NSDate in net.wotonomy.foundation
 

Methods in net.wotonomy.foundation that return NSDate
 NSDate NSDate.dateByAddingTimeInterval(double seconds)
          Returns a date that differs from this date by the specified number of seconds.
static NSDate NSDate.distantFuture()
          Returns a date that is greater than all representable dates.
static NSDate NSDate.distantPast()
          Returns a date that is less than all representable dates.
 NSDate NSDate.earlierDate(NSDate aDate)
          Compares this date to the specified date and returns the earlier date.
 NSDate NSDate.laterDate(NSDate aDate)
          Compares this date to the specified date and returns the later date.
 

Methods in net.wotonomy.foundation with parameters of type NSDate
 NSDate NSDate.earlierDate(NSDate aDate)
          Compares this date to the specified date and returns the earlier date.
 NSDate NSDate.laterDate(NSDate aDate)
          Compares this date to the specified date and returns the later date.
 



Copyright © 2006 null. All Rights Reserved.