JobRecurrence.EndTime Property

 

Optional. Time in ISO-8601 format after which no more occurrences will execute.

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

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

Property Value

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