Gets or sets WKST parameter. The WKST rule part specifies the day on which the workweek starts. This is significant when a WEEKLY RRULE has an interval greater than 1, and a BYDAY rule part is specified. This is also significant when in a YEARLY RRULE when a BYWEEKNO rule part is specified. The default value is MO.

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

Syntax

C#
public Weekday WorkweekStarts { get; set; }
Visual Basic
Public Property WorkweekStarts As Weekday
	Get
	Set
Visual C++
public:
property Weekday^ WorkweekStarts {
	Weekday^ get ();
	void set (Weekday^ value);
}

See Also