Uses of Class
org.rococoa.cocoa.foundation.NSDateComponents

Packages that use NSDateComponents
org.rococoa.cocoa.foundation   
 

Uses of NSDateComponents in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSDateComponents
static NSDateComponents NSDateComponents.alloc()
           
abstract  NSDateComponents NSDateComponents._class_.alloc()
           
abstract  NSDateComponents NSCalendar.components_fromDate_toDate_options(NSUInteger unitFlags, NSDate startingDate, NSDate resultDate, NSUInteger opts)
          Original signature : -(NSDateComponents*)components:(NSUInteger) fromDate:(NSDate*) toDate:(NSDate*) options:(NSUInteger)
native declaration : NSCalendar.h:68
abstract  NSDateComponents NSCalendar.components_fromDate(NSUInteger unitFlags, NSDate date)
          Original signature : -(NSDateComponents*)components:(NSUInteger) fromDate:(NSDate*)
native declaration : NSCalendar.h:64
static NSDateComponents NSDateComponents.new_()
           
abstract  NSDateComponents NSDateComponents._class_.new_()
           
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSDateComponents
abstract  NSDate NSCalendar.dateByAddingComponents_toDate_options(NSDateComponents comps, NSDate date, NSUInteger opts)
          Original signature : -(NSDate*)dateByAddingComponents:(NSDateComponents*) toDate:(NSDate*) options:(NSUInteger)
native declaration : NSCalendar.h:66
abstract  NSDate NSCalendar.dateFromComponents(NSDateComponents comps)
          Original signature : -(NSDate*)dateFromComponents:(NSDateComponents*)
native declaration : NSCalendar.h:63
 



Copyright © 2009. All Rights Reserved.