Partager via


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