Share via


JobRecurrenceSchedule.Days Property

Optional. Days of the week that the job should execute on.

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

Usage

'Usage
Dim instance As JobRecurrenceSchedule
Dim value As IList(Of JobScheduleDay)

value = instance.Days

instance.Days = value

Syntax

'Declaration
Public Property Days As IList(Of JobScheduleDay)
public IList<JobScheduleDay> Days { get; set; }
public:
property IList<JobScheduleDay>^ Days {
    IList<JobScheduleDay>^ get ();
    void set (IList<JobScheduleDay>^ value);
}
/** @property */
public IList<JobScheduleDay> get_Days ()

/** @property */
public void set_Days (IList<JobScheduleDay> value)
public function get Days () : IList<JobScheduleDay>

public function set Days (value : IList<JobScheduleDay>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobRecurrenceSchedule Class
JobRecurrenceSchedule Members
Microsoft.WindowsAzure.Scheduler.Models Namespace