WeeklyRecurrenceSchedule Class
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.
Weekly recurrence schedule.
public class WeeklyRecurrenceSchedule : Azure.AI.Projects.RecurrenceSchedule, System.ClientModel.Primitives.IJsonModel<Azure.AI.Projects.WeeklyRecurrenceSchedule>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Projects.WeeklyRecurrenceSchedule>
type WeeklyRecurrenceSchedule = class
inherit RecurrenceSchedule
interface IJsonModel<WeeklyRecurrenceSchedule>
interface IPersistableModel<WeeklyRecurrenceSchedule>
Public Class WeeklyRecurrenceSchedule
Inherits RecurrenceSchedule
Implements IJsonModel(Of WeeklyRecurrenceSchedule), IPersistableModel(Of WeeklyRecurrenceSchedule)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WeeklyRecurrenceSchedule(IEnumerable<DayOfWeek>) |
Initializes a new instance of WeeklyRecurrenceSchedule. |
Properties
| Name | Description |
|---|---|
| DaysOfWeek |
Days of the week for the recurrence schedule. |