TaskType.StartDate Property
The StartDate property gets or sets an instance of the DateTime structure that represents the start date of the task.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property StartDate As DateTime
Get
Set
'Usage
Dim instance As TaskType
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
Property Value
Type: System.DateTime
The StartDate property returns an instance of the DateTime structure that represents the start date of the task.
See Also