Creates new instance of the weekday

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

Syntax

C#
public Weekday(
	int offset,
	Weekday day
)
Visual Basic
Public Sub New ( _
	offset As Integer, _
	day As Weekday _
)
Visual C++
public:
Weekday(
	int offset, 
	Weekday^ day
)

Parameters

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

See Also