The members of Foundation.NSTimeZone are listed below.
See Also: Inherited members from Foundation.NSObject
| 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. |
| 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. |
| [read-only] static | Abbreviations | NSDictionary. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Data | NSData. The information of this time zone in NSData format. |
| [read-only] static | DataVersion | string. The time zone data version. |
static | DefaultTimeZone | NSTimeZone. The default time zone for the application. |
| [read-only] | GetSecondsFromGMT | nint. The current difference, in seconds, from this and Greenwich Mean Time. |
| [read-only] static | KnownTimeZoneNames | System.Collections.ObjectModel.ReadOnlyCollection<string>. Documentation for this section has not yet been entered. |
| [read-only] static | LocalTimeZone | NSTimeZone. Returns an NSTimeZone that forwards all requests to the default time zone for the application. |
| [read-only] | Name | string. The geopolitical region ID of this NSTimeZone. |
| [read-only] static | SystemTimeZone | NSTimeZone. The time zone currently being used by the system. |
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. | |