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