TimeChangeType.Time Property
The Time property gets or sets the time when the time changes between standard time and daylight saving time.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Time As DateTime
Get
Set
'Usage
Dim instance As TimeChangeType
Dim value As DateTime
value = instance.Time
instance.Time = value
public DateTime Time { get; set; }
Property Value
Type: System.DateTime
The Time property gets a DateTime object that represents the time when the time changes between standard time and daylight saving time.
See Also