The methods of Foundation.NSTimeZone are listed below. For a list of all members, see the NSTimeZone Members list.
See Also: Inherited members from Foundation.NSObject
Abbreviation()Documentation for this section has not yet been entered. | ||
Abbreviation(NSDate)The abbreviation for this time zone. | ||
Copy(NSZone)Performs a copy of the underlying Objective-C object. | ||
DaylightSavingTimeOffset(NSDate)The current daylight savings time offset. | ||
EncodeTo(NSCoder)Encodes the state of the object on the provided encoder | ||
static | FromAbbreviation(string)The time zone identified by the specified abbreviation. | |
static | FromName(string)The time zone specified by the name. | |
static | FromName(string, NSData)Documentation for this section has not yet been entered. | |
GetLocalizedName(NSTimeZoneNameStyle, NSLocale)Documentation for this section has not yet been entered. | ||
IsDaylightSavingsTime(NSDate)Whether the specified date is during daylight savings time. | ||
NextDaylightSavingTimeTransitionAfter(NSDate)The next daylight savings time transition after the specified date. | ||
static | ResetSystemTimeZone()Resets the system time zone object cached by the application, if any. | |
SecondsFromGMT(NSDate)The current difference, in seconds, between this and Greenwich Mean Time. | ||
override | ToString()Returns a string representation of the value of the current instance. | |