RecurringDayTransitionType.DayOfWeek Property
The DayOfWeek property gets or sets the day of the week on which the time zone transition occurs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DayOfWeek As String
Get
Set
'Usage
Dim instance As RecurringDayTransitionType
Dim value As String
value = instance.DayOfWeek
instance.DayOfWeek = value
public string DayOfWeek { get; set; }
Property Value
Type: System.String
The value of the DayOfWeek property is one of the following string values:
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
See Also