JobStatus::LastExecutionTime Property

 

Optional. Time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.

Namespace:   Microsoft.WindowsAzure.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

public:
property Nullable<DateTime> LastExecutionTime {
	Nullable<DateTime> get();
	void set(Nullable<DateTime> value);
}

Property Value

Type: System::Nullable<DateTime>
Return to top
Show: