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