Duration.EndTime Property
The EndTime property gets the end of a duration.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property EndTime As DateTime
Get
Set
'Usage
Dim instance As Duration
Dim value As DateTime
value = instance.EndTime
instance.EndTime = value
public DateTime EndTime { get; set; }
Property Value
Type: System.DateTime
The EndTime property gets a DateTime object that represents the end of a duration.