Initializes a new instance of the TimeZoneEvaluator class

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

Syntax

C#
public TimeZoneEvaluator(
	ITimeZone tz
)
Visual Basic
Public Sub New ( _
	tz As ITimeZone _
)
Visual C++
public:
TimeZoneEvaluator(
	ITimeZone^ tz
)

Parameters

tz
Type: iCal..::..ITimeZone

See Also