Share via


MonitoringTaskResult.TimeScheduled Property

Definition

Gets the time, in DateTime format, that the task was scheduled to run.

public:
 property DateTime TimeScheduled { DateTime get(); };
public DateTime TimeScheduled { get; }
member this.TimeScheduled : DateTime
Public ReadOnly Property TimeScheduled As DateTime

Property Value

The time, in DateTime format, that the task was scheduled to run.

Remarks

The time this task was scheduled to run.

Applies to