Returns the name of the current Time Zone.

Examples

The following are examples:
  • EST
  • EDT
  • MST
  • MDT

Namespace: iCal
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);
}

Implements

ITimeZoneInfo..::..TimeZoneName

See Also