Platform SDK: Exchange Server |
The DayOfWeekStart property returns the day on which the week starts for a recurrence pattern.
RecurringAppointment, RecurringEvent, and RecurringTask objects
Long
Read/write
The DayOfWeekStart property is used by Schedule+ when a weekly recurring item, such as a weekly appointment, is created.
This property can have one of the following values.
Value | Description |
---|---|
0 | Sunday (default) |
1 | Monday |
2 | Tuesday |
3 | Wednesday |
4 | Thursday |
5 | Friday |
6 | Saturday |