Share via


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)

Syntax

public Nullable<DateTime> NextExecutionTime { get; set; }
public:
property Nullable<DateTime> NextExecutionTime {
    Nullable<DateTime> get();
    void set(Nullable<DateTime> value);
}
member NextExecutionTime : Nullable<DateTime> with get, set
Public Property NextExecutionTime As Nullable(Of Date)

Property Value

Type: System.Nullable<DateTime>

See Also

JobStatus Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top