DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

Retrieves the [!:DDay.iCal.Components.TimeZone] object for the specified TZID (Time Zone Identifier).

Namespace:  DDay.iCal
Assembly:  DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)

Syntax

C#
public iCalTimeZone GetTimeZone(
	TZID tzid
)

Parameters

tzid
Type: DDay.iCal.DataTypes..::.TZID
A valid TZID object, or a valid TZID string.

Return Value

A TimeZone object for the TZID.

See Also