Converts the date/time value to a local time within the specified time zone.

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

Syntax

C#
IDateTime ToTimeZone(
	string tzid
)
Visual Basic
Function ToTimeZone ( _
	tzid As String _
) As IDateTime
Visual C++
IDateTime^ ToTimeZone(
	String^ tzid
)

Parameters

tzid
Type: System..::..String

See Also