Converts the date/time to this computer's local date/time.

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

Syntax

C#
DateTime Local { get; }
Visual Basic
ReadOnly Property Local As DateTime
	Get
Visual C++
property DateTime Local {
	DateTime get ();
}

See Also