RecurringDayTransitionType.DayOfWeek Property

Definition

The DayOfWeek property gets or sets the day of the week on which the time zone transition occurs.

public:
 property System::String ^ DayOfWeek { System::String ^ get(); void set(System::String ^ value); };
public string DayOfWeek { get; set; }
Public Property DayOfWeek As String

Property Value

The value of the DayOfWeek property is one of the following string values:SundayMondayTuesdayWednesdayThursdayFridaySaturday

Applies to