NSTimeZone Klassenreferenz

#import <NSTimeZone.h>

Abgeleitet von NSObject, < NSCopying > und < NSCoding >.

Basisklasse für NSCFTimeZone und NSLocalTimeZone.

Aufstellung aller Elemente


Öffentliche Methoden

(id) - name
(id) - data
(int) - secondsFromGMTForDate:
(id) - abbreviationForDate:
(BOOL) - isDaylightSavingTimeForDate:
(id) - description
(unsigned int) - hash
(BOOL) - isEqual:
(id) - copyWithZone:
(void) - encodeWithCoder:
(id) - initWithCoder:
(Class) - classForCoder
(double) - _secondsFromGMTForAbsoluteTime:
(id) - _abbreviationForAbsoluteTime:
(BOOL) - _isDaylightSavingTimeForAbsoluteTime:
(int) - secondsFromGMTForTimeInterval:
(int) - secondsFromGMT
(id) - abbreviationForTimeInterval:
(id) - abbreviation
(BOOL) - isDaylightSavingTimeForTimeInterval:
(BOOL) - isDaylightSavingTime
(BOOL) - isEqualToTimeZone:
(id) - initWithName:
(id) - initWithName:data:
(id) - initWithExactName:data:

Öffentliche, statische Methoden

(id) + systemTimeZone
(void) + resetSystemTimeZone
(id) + defaultTimeZone
(void) + setDefaultTimeZone:
(id) + localTimeZone
(id) + knownTimeZoneNames
(id) + abbreviationDictionary
(id) + allocWithZone:
(id) + timeZoneWithName:
(id) + timeZoneWithName:data:
(id) + timeZoneWithAbbreviation:
(id) + timeZoneForSecondsFromGMT:

Ausführliche Beschreibung

Definiert in Zeile 12 der Datei NSTimeZone.h.


Dokumentation der Elementfunktionen

+ (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  

Implementiert NSObject.

Implementiert in NSCFTimeZone.

- (BOOL) isEqual: (id)  fp8  

Implementiert NSObject.

Implementiert in NSCFTimeZone.

- (id) copyWithZone: (struct _NSZone *)  fp8  

Erneute Implementation von < NSCopying >.

Implementiert in NSLocalTimeZone.

- (void) encodeWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

Implementiert in NSLocalTimeZone.

- (id) initWithCoder: (id)  fp8  

Erneute Implementation von < NSCoding >.

Implementiert in NSLocalTimeZone.

- (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.


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: