Task.AssignedTime Property

Definition

Gets the date and time the task was assigned.

public:
 property Nullable<DateTime> AssignedTime { Nullable<DateTime> get(); };
public Nullable<DateTime> AssignedTime { get; }
Public ReadOnly Property AssignedTime As Nullable(Of DateTime)

Property Value

A DateTime value; or null.

Applies to