Recurrence.WorkWeekStart property

The WorkWeekStart property gets or sets a DayOfWeek that represents the value of the WKST property.

Namespace:  Microsoft.Exchange.Data.ContentTypes.iCalendar
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Property WorkWeekStart As DayOfWeek
    Get
    Set
'Usage
Dim instance As Recurrence
Dim value As DayOfWeek

value = instance.WorkWeekStart

instance.WorkWeekStart = value
public DayOfWeek WorkWeekStart { get; set; }

Property value

Type: System.DayOfWeek

See also

Reference

Recurrence class

Recurrence members

Microsoft.Exchange.Data.ContentTypes.iCalendar namespace