AssignedTime property

DateTime? AssignedTime
Gets the date and time the task was assigned.

Implementation

DateTime? get AssignedTime =>
    this.PropertyBag[TaskSchema.AssignedTime] as DateTime?;