Share via


MonitoringTaskResult.TimeFinished Property

Definition

Gets the time, in DateTime format, that the task finished running.

public:
 property Nullable<DateTime> TimeFinished { Nullable<DateTime> get(); };
public DateTime? TimeFinished { get; }
member this.TimeFinished : Nullable<DateTime>
Public ReadOnly Property TimeFinished As Nullable(Of DateTime)

Property Value

The time, in DateTime format, that the task finished running.

Remarks

The time this task was finished.

Applies to