[Previous]
[Up]
[Next]
NSTimeZone
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSTimeZone.h
Inherits from: NSObject
Conforms to: NSCoding
+ (NSDictionary*) abbreviationDictionary
+ (NSTimeZone*) defaultTimeZone
+ (NSTimeZone*) localTimeZone
+ (NSArray*) knownTimeZoneNames
+ (void) resetSystemTimeZone
+ (void) setDefaultTimeZone: (NSTimeZone*)aTimeZone
+ (NSTimeZone*) systemTimeZone
+ (NSTimeZone*) timeZoneForSecondsFromGMT: (int)seconds
+ (NSTimeZone*) timeZoneWithAbbreviation: (NSString*)abbreviation
+ (NSTimeZone*) timeZoneWithName: (NSString*)aTimeZoneName
+ (NSTimeZone*) timeZoneWithName: (NSString*)aTimeZoneName
- (NSString*) abbreviation
- (NSString*) abbreviationForDate: (NSDate*)aDate
- (NSData*) data
- (NSString*) description
- (id) initWithName: (NSString*)aName
- (id) initWithName: (NSString*)aName
- (BOOL) isDaylightSavingTime
- (BOOL) isDaylightSavingTimeForDate: (NSDate*)aDate
- (BOOL) isEqualToTimeZone: (NSTimeZone*)aTimeZone
- (NSString*) name
- (int) secondsFromGMT
- (int) secondsFromGMTForDate: (NSDate*)aDate