| WeekdayOffset Property |
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.23341.1754
Syntax public int Offset { get; set; }
Public Property Offset As Integer
Get
Set
public:
property int Offset {
int get ();
void set (int value);
}
member Offset : int with get, set
Property Value
Type:
Int32See Also