Day of the week offset. 1 is first, 2 is second, -1 means last, -2 means second from the last and so on.

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

Syntax

C#
public int Offset { get; set; }
Visual Basic
Public Property Offset As Integer
	Get
	Set
Visual C++
public:
property int Offset {
	int get ();
	void set (int value);
}

See Also