Foundation.NSTimeZone Members

The members of Foundation.NSTimeZone are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
static
AbbreviationsNSDictionary. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
[read-only]
DataNSData. The information of this time zone in NSData format.
[read-only]
static
DataVersionstring. The time zone data version.
static
DefaultTimeZoneNSTimeZone. The default time zone for the application.
[read-only]
GetSecondsFromGMTnint. The current difference, in seconds, from this and Greenwich Mean Time.
[read-only]
static
KnownTimeZoneNamesSystem.Collections.ObjectModel.ReadOnlyCollection<string>. Documentation for this section has not yet been entered.
[read-only]
static
LocalTimeZoneNSTimeZone. Returns an NSTimeZone that forwards all requests to the default time zone for the application.
[read-only]
Namestring. The geopolitical region ID of this NSTimeZone.
[read-only]
static
SystemTimeZoneNSTimeZone. The time zone currently being used by the system.

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.