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(
	ITimeZoneInfo tzi
)
Visual Basic
Function ToTimeZone ( _
	tzi As ITimeZoneInfo _
) As IDateTime
Visual C++
IDateTime^ ToTimeZone(
	ITimeZoneInfo^ tzi
)

Parameters

tzi
Type: iCal..::..ITimeZoneInfo

See Also