Share via


JobRecurrenceSchedule.Hours Property

 

Optional. Hours of the day that the job should execute at.

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

Syntax

public IList<int> Hours { get; set; }
public:
property IList<int>^ Hours {
    IList<int>^ get();
    void set(IList<int>^ value);
}
member Hours : IList<int> with get, set
Public Property Hours As IList(Of Integer)

Property Value

Type: System.Collections.Generic.IList<Int32>

See Also

JobRecurrenceSchedule Class
Microsoft.WindowsAzure.Scheduler.Models Namespace

Return to top