#import <NSTimeZone.h>
Abgeleitet von NSObject, < NSCopying > und < NSCoding >.
Basisklasse für NSCFTimeZone und NSLocalTimeZone.
Definiert in Zeile 12 der Datei NSTimeZone.h.
| + (id) systemTimeZone |
| + (void) resetSystemTimeZone |
| + (id) defaultTimeZone |
| + (void) setDefaultTimeZone: | (id) | fp8 |
| + (id) localTimeZone |
| + (id) knownTimeZoneNames |
| + (id) abbreviationDictionary |
| + (id) allocWithZone: | (struct _NSZone *) | fp8 |
Implementiert in NSCFTimeZone.
| + (id) timeZoneWithName: | (id) | fp8 |
| + (id) timeZoneWithName: | (id) | fp8 | ||
| data: | (id) | fp12 | ||
| + (id) timeZoneWithAbbreviation: | (id) | fp8 |
| + (id) timeZoneForSecondsFromGMT: | (int) | fp8 |
| - (id) name |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (id) data |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (int) secondsFromGMTForDate: | (id) | fp8 |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (id) abbreviationForDate: | (id) | fp8 |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (BOOL) isDaylightSavingTimeForDate: | (id) | fp8 |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (id) description |
Implementiert in NSLocalTimeZone.
| - (unsigned int) hash |
| - (BOOL) isEqual: | (id) | fp8 |
| - (id) copyWithZone: | (struct _NSZone *) | fp8 |
| - (void) encodeWithCoder: | (id) | fp8 |
| - (id) initWithCoder: | (id) | fp8 |
| - (Class) classForCoder |
Implementiert in NSLocalTimeZone.
| - (double) _secondsFromGMTForAbsoluteTime: | (double) | fp8 |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (id) _abbreviationForAbsoluteTime: | (double) | fp8 |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (BOOL) _isDaylightSavingTimeForAbsoluteTime: | (double) | fp8 |
Implementiert in NSCFTimeZone und NSLocalTimeZone.
| - (int) secondsFromGMTForTimeInterval: | (double) | fp8 |
| - (int) secondsFromGMT |
| - (id) abbreviationForTimeInterval: | (double) | fp8 |
| - (id) abbreviation |
| - (BOOL) isDaylightSavingTimeForTimeInterval: | (double) | fp8 |
| - (BOOL) isDaylightSavingTime |
| - (BOOL) isEqualToTimeZone: | (id) | fp8 |
| - (id) initWithName: | (id) | fp8 |
Implementiert in NSCFTimeZone.
| - (id) initWithName: | (id) | fp8 | ||
| data: | (id) | fp12 | ||
Implementiert in NSCFTimeZone.
| - (id) initWithExactName: | (id) | fp8 | ||
| data: | (id) | fp12 | ||
Implementiert in NSCFTimeZone.