WeeklyRecurrenceSchedule(IEnumerable<DayOfWeek>) Constructor

Definition

Initializes a new instance of WeeklyRecurrenceSchedule.

public WeeklyRecurrenceSchedule(System.Collections.Generic.IEnumerable<DayOfWeek> daysOfWeek);
new Azure.AI.Projects.Evaluation.WeeklyRecurrenceSchedule : seq<DayOfWeek> -> Azure.AI.Projects.Evaluation.WeeklyRecurrenceSchedule
Public Sub New (daysOfWeek As IEnumerable(Of DayOfWeek))

Parameters

daysOfWeek
IEnumerable<DayOfWeek>

Days of the week for the recurrence schedule.

Exceptions

daysOfWeek is null.

Applies to