Returns the name of the current Time Zone.
Namespace: iCalExamples
The following are examples:
- EST
- EDT
- MST
- MDT
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public virtual string TimeZoneName { get; set; } |
Visual Basic |
---|
Public Overridable Property TimeZoneName As String Get Set |
Visual C++ |
---|
public: virtual property String^ TimeZoneName { String^ get (); void set (String^ value); } |