This property specifies when the time zone offset begins (Always converted to local time without the "TZID" property parameter).

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<DateTime> Start { get; set; }
Visual Basic
Public Property Start As Nullable(Of DateTime)
	Get
	Set
Visual C++
public:
property Nullable<DateTime> Start {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}

See Also