ScheduleInterval.StartDay property
Namespace: Microsoft.Exchange.Common
Assembly: Microsoft.Exchange.Common (in Microsoft.Exchange.Common.dll)
Syntax
'Declaration
Public ReadOnly Property StartDay As DayOfWeek
Get
'Usage
Dim instance As ScheduleInterval
Dim value As DayOfWeek
value = instance.StartDay
public DayOfWeek StartDay { get; }
Property value
Type: System.DayOfWeek