Share via


JobScheduleMonthlyOccurrence.Day Property

Required. Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

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

Usage

'Usage
Dim instance As JobScheduleMonthlyOccurrence
Dim value As JobScheduleDay

value = instance.Day

instance.Day = value

Syntax

'Declaration
Public Property Day As JobScheduleDay
public JobScheduleDay Day { get; set; }
public:
property JobScheduleDay Day {
    JobScheduleDay get ();
    void set (JobScheduleDay value);
}
/** @property */
public JobScheduleDay get_Day ()

/** @property */
public void set_Day (JobScheduleDay value)
public function get Day () : JobScheduleDay

public function set Day (value : 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

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