SerializableTimeZoneTime.DayOrder Property
The DayOrder property represents the nth occurrence of the day that is specified in the DayOfWeek property that represents the date of transition from and to standard time and daylight saving time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DayOrder As Short
Get
Set
'Usage
Dim instance As SerializableTimeZoneTime
Dim value As Short
value = instance.DayOrder
instance.DayOrder = value
public short DayOrder { get; set; }
Property Value
Type: System.Int16
The DayOrder property returns a short integer that represents the nth occurrence of the day that is specified in the DayOfWeek property that represents the date of transition from and to standard time and daylight saving time.
See Also