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

Packages that use NSTimeZone
org.rococoa.cocoa.appkit   
org.rococoa.cocoa.foundation   
org.rococoa.cocoa.foundation.categories   
 

Uses of NSTimeZone in org.rococoa.cocoa.appkit
 

Methods in org.rococoa.cocoa.appkit that return NSTimeZone
abstract  NSTimeZone NSDatePickerCell.timeZone()
          Original signature : -(NSTimeZone*)timeZone
native declaration : NSDatePickerCell.h:104
abstract  NSTimeZone NSDatePicker.timeZone()
          Original signature : -(NSTimeZone*)timeZone
native declaration : NSDatePicker.h:56
 

Methods in org.rococoa.cocoa.appkit with parameters of type NSTimeZone
abstract  void NSDatePickerCell.setTimeZone(NSTimeZone newTimeZone)
          Original signature : -(void)setTimeZone:(NSTimeZone*)
native declaration : NSDatePickerCell.h:105
abstract  void NSDatePicker.setTimeZone(NSTimeZone newTimeZone)
          Original signature : -(void)setTimeZone:(NSTimeZone*)
native declaration : NSDatePicker.h:57
 

Uses of NSTimeZone in org.rococoa.cocoa.foundation
 

Methods in org.rococoa.cocoa.foundation that return NSTimeZone
static NSTimeZone NSTimeZone.alloc()
           
abstract  NSTimeZone NSTimeZone._class_.alloc()
           
static NSTimeZone NSTimeZone.new_()
           
abstract  NSTimeZone NSTimeZone._class_.new_()
           
abstract  NSTimeZone NSCalendarDate.timeZone()
          Original signature : -(NSTimeZone*)timeZone
native declaration : NSCalendarDate.h:42
abstract  NSTimeZone NSCalendar.timeZone()
          Original signature : -(NSTimeZone*)timeZone
native declaration : NSCalendar.h:46
 

Methods in org.rococoa.cocoa.foundation with parameters of type NSTimeZone
static NSCalendarDate NSCalendarDate.createWithYear_month_day_hour_minute_second_timeZone(NSInteger year, NSUInteger month, NSUInteger day, NSUInteger hour, NSUInteger minute, NSUInteger second, NSTimeZone aTimeZone)
          Factory method
static NSCalendarDate NSCalendarDate.dateWithYear_month_day_hour_minute_second_timeZone(NSInteger year, NSUInteger month, NSUInteger day, NSUInteger hour, NSUInteger minute, NSUInteger second, NSTimeZone aTimeZone)
          Original signature : +(id)dateWithYear:(NSInteger) month:(NSUInteger) day:(NSUInteger) hour:(NSUInteger) minute:(NSUInteger) second:(NSUInteger) timeZone:(NSTimeZone*)
native declaration : NSCalendarDate.h:27
abstract  NSCalendarDate NSCalendarDate._class_.dateWithYear_month_day_hour_minute_second_timeZone(NSInteger year, NSUInteger month, NSUInteger day, NSUInteger hour, NSUInteger minute, NSUInteger second, NSTimeZone aTimeZone)
          Original signature : +(id)dateWithYear:(NSInteger) month:(NSUInteger) day:(NSUInteger) hour:(NSUInteger) minute:(NSUInteger) second:(NSUInteger) timeZone:(NSTimeZone*)
native declaration : NSCalendarDate.h:27
abstract  NSCalendarDate NSCalendarDate.initWithYear_month_day_hour_minute_second_timeZone(NSInteger year, NSUInteger month, NSUInteger day, NSUInteger hour, NSUInteger minute, NSUInteger second, NSTimeZone aTimeZone)
          Original signature : -(id)initWithYear:(NSInteger) month:(NSUInteger) day:(NSUInteger) hour:(NSUInteger) minute:(NSUInteger) second:(NSUInteger) timeZone:(NSTimeZone*)
native declaration : NSCalendarDate.h:46
abstract  void NSCalendarDate.setTimeZone(NSTimeZone aTimeZone)
          Original signature : -(void)setTimeZone:(NSTimeZone*)
native declaration : NSCalendarDate.h:48
abstract  void NSCalendar.setTimeZone(NSTimeZone tz)
          Original signature : -(void)setTimeZone:(NSTimeZone*)
native declaration : NSCalendar.h:45
 

Uses of NSTimeZone in org.rococoa.cocoa.foundation.categories
 

Methods in org.rococoa.cocoa.foundation.categories that return NSTimeZone
 NSTimeZone NSExtendedTimeZone._static_.defaultTimeZone()
          Original signature : +(NSTimeZone*)defaultTimeZone
from NSExtendedTimeZone native declaration : NSTimeZone.h:29
 NSTimeZone NSExtendedTimeZone._static_.localTimeZone()
          Original signature : +(NSTimeZone*)localTimeZone
from NSExtendedTimeZone native declaration : NSTimeZone.h:32
 NSTimeZone NSExtendedTimeZone._static_.systemTimeZone()
          Original signature : +(NSTimeZone*)systemTimeZone
from NSExtendedTimeZone native declaration : NSTimeZone.h:26
 

Methods in org.rococoa.cocoa.foundation.categories with parameters of type NSTimeZone
 NSCalendarDate NSCalendarDateExtras.dateWithCalendarFormat_timeZone(NSString format, NSTimeZone aTimeZone)
          Original signature : -(NSCalendarDate*)dateWithCalendarFormat:(NSString*) timeZone:(NSTimeZone*)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:62
 NSString NSCalendarDateExtras.descriptionWithCalendarFormat_timeZone_locale(NSString format, NSTimeZone aTimeZone, ObjCObject locale)
          Original signature : -(NSString*)descriptionWithCalendarFormat:(NSString*) timeZone:(NSTimeZone*) locale:(id)
from NSCalendarDateExtras native declaration : NSCalendarDate.h:63
 boolean NSExtendedTimeZone.isEqualToTimeZone(NSTimeZone aTimeZone)
          Original signature : -(BOOL)isEqualToTimeZone:(NSTimeZone*)
from NSExtendedTimeZone native declaration : NSTimeZone.h:49
 void NSExtendedTimeZone._static_.setDefaultTimeZone(NSTimeZone aTimeZone)
          Original signature : +(void)setDefaultTimeZone:(NSTimeZone*)
from NSExtendedTimeZone native declaration : NSTimeZone.h:30
 



Copyright © 2009. All Rights Reserved.