RecurringTimeTransitionType.Month Property
The Month property gets or sets the month in which the time zone transition occurs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Month As Integer
Get
Set
'Usage
Dim instance As RecurringTimeTransitionType
Dim value As Integer
value = instance.Month
instance.Month = value
public int Month { get; set; }
Property Value
Type: System.Int32
The value of the Month property is an integer that represents the month in which the time zone transition occurs.
See Also