Represents the day of the week.
CopyC#
new Weekday(2, Weekday.Monday) // represents second monday
new Weekday(-1, Weekday.Friday) // represents last friday

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

Syntax

C#
[SerializableAttribute]
public class Weekday
Visual Basic
<SerializableAttribute> _
Public Class Weekday
Visual C++
[SerializableAttribute]
public ref class Weekday

Inheritance Hierarchy

System..::..Object
  Limilabs.Mail.Appointments..::..Weekday

See Also