public sealed class TimeZoneID
Public NotInheritable Class TimeZoneID
public ref class TimeZoneID sealed
[<SealedAttribute>]
type TimeZoneID = class end
IsEmpty | If true, the instance doesn't represent an existing time zone, otherwise, false. |
Value | Standardized name of the time zone. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Parse | Parses a String as TimeZoneID object. |
ToString | Returns a string that represents the current object. (Overrides ObjectToString) |
TryCreate | Tries to create a new TimeZoneID instance from value and returns null if the creation fails. |
TryGetUtcOffset | Tries to find a corresponding UTC offset for the TimeZoneID object. |
TryParse | Tries to parse a String as TimeZoneID object. |