Click or drag to resize

RecurringRuleWorkweekStarts Property

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.23341.1754
Syntax
public Weekday WorkweekStarts { get; set; }

Property Value

Type: Weekday
See Also