Click or drag to resize

Weekday Constructor

Creates new instance of the weekday

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public Weekday(
	int offset,
	Weekday day
)

Parameters

offset  Int32
Offset (1 is first, 2 is second, -1 is last)
day  Weekday
Day of the week. You can use static fields of this class to fill this parameter(e.g. Monday)
See Also