DailyRecurrenceSchedule(IEnumerable<Int32>) Constructor

Definition

Initializes a new instance of DailyRecurrenceSchedule.

public DailyRecurrenceSchedule(System.Collections.Generic.IEnumerable<int> hours);
new Azure.AI.Projects.Evaluation.DailyRecurrenceSchedule : seq<int> -> Azure.AI.Projects.Evaluation.DailyRecurrenceSchedule
Public Sub New (hours As IEnumerable(Of Integer))

Parameters

hours
IEnumerable<Int32>

Hours for the recurrence schedule.

Exceptions

hours is null.

Applies to