SerializableTimeZoneTime.DayOfWeek Property

Definition

The DayOfWeek property gets or sets the day of the week when the transition to and from standard time and daylight saving time 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 DayOfWeek property returns a string that represents the day of the week when the transition to and from standard time and daylight saving time occurs.

Remarks

The following are the possible values for this property:

  • Sunday
  • Monday
  • Tuesday
  • Wednesday
  • Thursday
  • Friday
  • Saturday

Applies to