Retrieves the ITimeZone object for the specified TZID (Time Zone Identifier).

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

Syntax

C#
public ITimeZone GetTimeZone(
	string tzid
)
Visual Basic
Public Function GetTimeZone ( _
	tzid As String _
) As ITimeZone
Visual C++
public:
virtual ITimeZone^ GetTimeZone(
	String^ tzid
) sealed

Parameters

tzid
Type: System..::..String
A valid TZID object, or a valid TZID string.

Return Value

A TimeZone object for the TZID.

Implements

IICalendar..::..GetTimeZone(String)

See Also