Foundation.NSTimeZone: Method Members

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

Public Methods

Abbreviation() : string
Documentation for this section has not yet been entered.
Abbreviation(NSDate) : string
The abbreviation for this time zone.
Copy(NSZone) : NSObject
Performs a copy of the underlying Objective-C object.
DaylightSavingTimeOffset(NSDate) : double
The current daylight savings time offset.
EncodeTo(NSCoder)
Encodes the state of the object on the provided encoder
static
FromAbbreviation(string) : NSTimeZone
The time zone identified by the specified abbreviation.
static
FromName(string) : NSTimeZone
The time zone specified by the name.
static
FromName(string, NSData) : NSTimeZone
Documentation for this section has not yet been entered.
GetLocalizedName(NSTimeZoneNameStyle, NSLocale) : string
Documentation for this section has not yet been entered.
IsDaylightSavingsTime(NSDate) : bool
Whether the specified date is during daylight savings time.
NextDaylightSavingTimeTransitionAfter(NSDate) : 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) : nint
The current difference, in seconds, between this and Greenwich Mean Time.
override
ToString() : string
Returns a string representation of the value of the current instance.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSTimeZone object.