Uses of Class
com.jniwrapper.macosx.cocoa.nstimezone.NSTimeZone

Packages that use NSTimeZone
com.jniwrapper.macosx.cocoa.nscalendardate   
com.jniwrapper.macosx.cocoa.nsdate   
com.jniwrapper.macosx.cocoa.nstimezone   
 

Uses of NSTimeZone in com.jniwrapper.macosx.cocoa.nscalendardate
 

Methods in com.jniwrapper.macosx.cocoa.nscalendardate with parameters of type NSTimeZone
static NSCalendarDate NSCalendarDate.NSCalendarDate_dateWithYear_month_day_hour_minute_second_timeZone(com.jniwrapper.Int year, com.jniwrapper.UInt16 month, com.jniwrapper.UInt16 day, com.jniwrapper.UInt16 hour, com.jniwrapper.UInt16 minute, com.jniwrapper.UInt16 second, NSTimeZone aTimeZone)
          This method represents the dateWithYear static constructor of the NSCalendarDate Objective-C class.
 Id NSCalendarDate.initWithYear_month_day_hour_minute_second_timeZone(com.jniwrapper.Int year, com.jniwrapper.UInt16 month, com.jniwrapper.UInt16 day, com.jniwrapper.UInt16 hour, com.jniwrapper.UInt16 minute, com.jniwrapper.UInt16 second, NSTimeZone aTimeZone)
          This method represents the initWithYear() method of the NSCalendarDate Objective-C class.
 void NSCalendarDate.setTimeZone(NSTimeZone aTimeZone)
           
 

Uses of NSTimeZone in com.jniwrapper.macosx.cocoa.nsdate
 

Methods in com.jniwrapper.macosx.cocoa.nsdate with parameters of type NSTimeZone
 com.jniwrapper.Pointer.Void NSDate.descriptionWithCalendarFormat_timeZone_locale(java.lang.String format, NSTimeZone aTimeZone, NSDictionary locale)
          This method represents the descriptionWithCalendarFormat() method of the NSDate Objective-C class.
 com.jniwrapper.Pointer.Void NSDate.dateWithCalendarFormat_timeZone(java.lang.String format, NSTimeZone aTimeZone)
          This method represents the dateWithCalendarFormat() method of the NSDate Objective-C class.
 

Uses of NSTimeZone in com.jniwrapper.macosx.cocoa.nstimezone
 

Methods in com.jniwrapper.macosx.cocoa.nstimezone that return NSTimeZone
static NSTimeZone NSTimeZone.NSTimeZone_timeZoneWithAbbreviation(java.lang.String abbreviation)
          This method represents the timeZoneWithAbbreviation static constructor of the NSTimeZone Objective-C class.
static NSTimeZone NSTimeZone.NSTimeZone_timeZoneWithName_data(java.lang.String tzName, NSData aData)
          This method represents the timeZoneWithName static constructor of the NSTimeZone Objective-C class.
static NSTimeZone NSTimeZone.NSTimeZone_timeZoneForSecondsFromGMT(com.jniwrapper.Int seconds)
          This method represents the timeZoneForSecondsFromGMT static constructor of the NSTimeZone Objective-C class.
static NSTimeZone NSTimeZone.NSTimeZone_timeZoneWithName(java.lang.String tzName)
          This method represents the timeZoneWithName static constructor of the NSTimeZone Objective-C class.
 

Methods in com.jniwrapper.macosx.cocoa.nstimezone with parameters of type NSTimeZone
 com.jniwrapper.Bool NSTimeZone.isEqualToTimeZone(NSTimeZone aTimeZone)
           
static void NSTimeZone.static_setDefaultTimeZone(NSTimeZone aTimeZone)