All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.TimeZone
NSTimeZone
.
[[NSTimeZone
alloc] init]
.
- initWithCoder:
on a newly allocated object.
+ abbreviationDictionary
Objective-C class method.
+ defaultTimeZone
Objective-C class method.
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
- isDaylightSavingTimeZone
Objective-C instance method.
+ localTimeZone
Objective-C class method.
+ setDefaultTimeZone:
Objective-C class method.
- timeZoneAbbreviation
Objective-C instance method.
- timeZoneForDate:
Objective-C instance method.
+ timeZoneForSecondsFromGMT:
Objective-C class method.
- timeZoneName
Objective-C instance method.
- timeZoneSecondsFromGMT
Objective-C instance method.
+ timeZoneWithAbbreviation:
Objective-C class method.
+ timeZoneWithName:
Objective-C class method.
protected TimeZone(boolean shouldAllocate, int objcObject)
public TimeZone()
[[NSTimeZone
alloc] init]
.
public TimeZone(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public static native void setDefaultTimeZone(TimeZone aTimeZone)
+ setDefaultTimeZone:
Objective-C class method.
public static native TimeZone defaultTimeZone()
+ defaultTimeZone
Objective-C class method.
public static native TimeZone localTimeZone()
+ localTimeZone
Objective-C class method.
public static native Dictionary abbreviationDictionary()
+ abbreviationDictionary
Objective-C class method.
public static native TimeZone timeZoneWithName(String aTimeZoneName)
+ timeZoneWithName:
Objective-C class method.
public static native TimeZone timeZoneWithAbbreviation(String abbreviation)
+ timeZoneWithAbbreviation:
Objective-C class method.
public static native TimeZone timeZoneForSecondsFromGMT(int seconds)
+ timeZoneForSecondsFromGMT:
Objective-C class method.
public native TimeZone timeZoneForDate(Date date)
- timeZoneForDate:
Objective-C instance method.
public native String timeZoneName()
- timeZoneName
Objective-C instance method.
public native int timeZoneSecondsFromGMT()
- timeZoneSecondsFromGMT
Objective-C instance method.
public native String timeZoneAbbreviation()
- timeZoneAbbreviation
Objective-C instance method.
public native boolean isDaylightSavingTimeZone()
- isDaylightSavingTimeZone
Objective-C instance method.
public native void encodeWithCoder(Coder aCoder)
- encodeWithCoder:
Objective-C instance method
defined by the Coding
interface
(known as the NSCoding
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index