AbsoluteDateTransitionType.DateTime Property
The DateTime property gets or sets the date and time at which the time zone transition occurs.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property DateTime As DateTime
Get
Set
'Usage
Dim instance As AbsoluteDateTransitionType
Dim value As DateTime
value = instance.DateTime
instance.DateTime = value
public DateTime DateTime { get; set; }
Property Value
Type: System.DateTime
The value of the DateTime property is a DateTime that specifies the date and time at which the time zone transition occurs.