JobStatus.NextExecutionTime Property

 

Optional. Time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.

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

public Nullable<DateTime> NextExecutionTime { get; set; }

Property Value

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