JobScheduleMonthlyOccurrence.Occurrence Property

 

Optional. Occurrence of the day within the month. Must be between -31 and 31.

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

public Nullable<int> Occurrence { get; set; }

Property Value

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