MonthlyRecurrenceSchedule(IEnumerable<Int32>) Constructor

Definition

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.

Applies to