MonitoringTaskResult.TimeFinished Property

Definition

The time this task was finished.

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

Returns DateTime in DateTime format, that the task finished running..

Remarks

The time this task was finished.

Applies to