Returns the time zone object that corresponds to the provided TZID, or null of no matching time zone could be found.

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

Syntax

C#
ITimeZone GetTimeZone(
	string tzid
)
Visual Basic
Function GetTimeZone ( _
	tzid As String _
) As ITimeZone
Visual C++
ITimeZone^ GetTimeZone(
	String^ tzid
)

Parameters

tzid
Type: System..::..String

See Also