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