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