| 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; }
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
Type:
WeekdaySee Also