Represents the day of the week.
CopyC#
Namespace: Limilabs.Mail.Appointmentsnew Weekday(2, Weekday.Monday) // represents second monday new Weekday(-1, Weekday.Friday) // represents last friday
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 |