SerializableTimeZoneTime.Month Property
The Month property gets or sets the transition month of the year to and from standard time and daylight saving time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Month As Short
Get
Set
'Usage
Dim instance As SerializableTimeZoneTime
Dim value As Short
value = instance.Month
instance.Month = value
public short Month { get; set; }
Property Value
Type: System.Int16
The Month property returns a short integer that represents the transition month of the year to and from standard time and daylight saving time.
See Also