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

 

Gets the month in which the time change occurs.

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

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

Property Value

Type: System::Int32

The month in which the time change occurs.

Valid values for the Month property range from 1 to 12.

The Month property is used for both fixed-date and floating-date rules.

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 month in 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