MonthlyRecurrenceSchedule(IEnumerable<Int32>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of MonthlyRecurrenceSchedule.
public MonthlyRecurrenceSchedule(System.Collections.Generic.IEnumerable<int> daysOfMonth);
new Azure.AI.Projects.Evaluation.MonthlyRecurrenceSchedule : seq<int> -> Azure.AI.Projects.Evaluation.MonthlyRecurrenceSchedule
Public Sub New (daysOfMonth As IEnumerable(Of Integer))
Parameters
- daysOfMonth
- IEnumerable<Int32>
Days of the month for the recurrence schedule.
Exceptions
daysOfMonth is null.