TimeZoneID Class

Represents the standardized name of a time zone.

Definition

Namespace: FolkerKinzel.VCards.Models
Assembly: FolkerKinzel.VCards (in FolkerKinzel.VCards.dll) Version: 8.0.1+a91cc3f0fd39aeb548e16006a60ca9dd10a304a2
C#
public sealed class TimeZoneID
Inheritance
Object    TimeZoneID

Properties

IsEmpty If true, the instance doesn't represent an existing time zone, otherwise, false.
ValueStandardized name of the time zone.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Parse Parses a String as TimeZoneID object.
ToStringReturns 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.
TryGetUtcOffsetTries to find a corresponding UTC offset for the TimeZoneID object.
TryParse Tries to parse a String as TimeZoneID object.

See Also