Compartilhar via


JobStatus.NextExecutionTime Propriedade

 

Opcional. Hora da próxima ocorrência no formato ISO 8601. Pode ser vazio se o trabalho for concluído.

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

Sintaxe

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)

Valor de propriedade

Type: System.Nullable<DateTime>

Consulte também

Classe JobStatus
Namespace Microsoft.WindowsAzure.Scheduler.Models

Retornar ao topo