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::Day Property

 

Gets the day on which the time change occurs.

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

public:
property int Day {
	int get();
}

Property Value

Type: System::Int32

The day on which the time change occurs.

The Day property returns a valid value only if the IsFixedDateRule property is true.

The Day property value corresponds to the value of the day parameter of the CreateFixedDateRule method. If its value is greater than the number of days in the month of the transition, the transition occurs on the last day of the month.

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

The following example enumerates the time zones found on the local computer and displays transition time information for all fixed-date transitions. The time information includes the day 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