 | 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.AppointmentsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic Weekday WorkweekStarts { get; set; }Public Property WorkweekStarts As Weekday
Get
Set
public:
property Weekday^ WorkweekStarts {
Weekday^ get ();
void set (Weekday^ value);
}member WorkweekStarts : Weekday with get, set
Property Value
Weekday
See Also