Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TimeZoneInfo::TransitionTime::DayOfWeek Property

 

Gets the day of the week on which the time change occurs.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
property DayOfWeek DayOfWeek {
	DayOfWeek get();
}

Property Value

Type: System::DayOfWeek

The day of the week on which the time change occurs.

The DayOfWeek property returns a valid value only if the IsFixedDateRule property is false.

The DayOfWeek property indicates the day of the week on which a floating-date rule is applied (for example, the second Sunday of November). In contrast, the Day property indicates the day of the month on which a fixed-date rule is applied (for example, April 15).

The following example enumerates the time zones found on the local computer and displays transition time information for all floating-date transitions. The time information includes the day of the week on which the time change occurs.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft