WeeklyRecurrenceSchedule(IEnumerable<DayOfWeek>) 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 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.