SerializableTimeZoneTime.DayOfWeek Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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