Gets or sets the date the until which event will be repeated (Always converted to the UTC value).

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

Syntax

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

See Also