JobRecurrenceSchedule.MonthDays Property
Optional. Days of the month that the job should execute on. Must be between 1 and 31.
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 Integer)
value = instance.MonthDays
instance.MonthDays = value
Syntax
'Declaration
Public Property MonthDays As IList(Of Integer)
public IList<int> MonthDays { get; set; }
public:
property IList<int>^ MonthDays {
IList<int>^ get ();
void set (IList<int>^ value);
}
/** @property */
public IList<int> get_MonthDays ()
/** @property */
public void set_MonthDays (IList<int> value)
public function get MonthDays () : IList<int>
public function set MonthDays (value : IList<int>)
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