| Weekday Constructor |
Creates new instance of the weekday
Namespace:
Limilabs.Mail.Appointments
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public Weekday(
int offset,
Weekday day
)
Public Sub New (
offset As Integer,
day As Weekday
)
public:
Weekday(
int offset,
Weekday^ day
)
new :
offset : int *
day : Weekday -> Weekday
Parameters
- offset
- Type: SystemInt32
Offset (1 is first, 2 is second, -1 is last) - day
- Type: Limilabs.Mail.AppointmentsWeekday
Day of the week. You can use static fields of this class to fill this parameter(e.g. Monday)
See Also