DailyRecurrenceSchedule(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 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.