Gets the time zone name this time is in, if it references a time zone.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string TimeZoneName { get; }
Visual Basic
ReadOnly Property TimeZoneName As String
	Get
Visual C++
property String^ TimeZoneName {
	String^ get ();
}

See Also