ScheduleRecurrence Class

Definition

The schedule recurrence.

public class ScheduleRecurrence
type ScheduleRecurrence = class
Public Class ScheduleRecurrence
Inheritance
ScheduleRecurrence

Constructors

ScheduleRecurrence()

Initializes a new instance of the ScheduleRecurrence class.

ScheduleRecurrence(RecurrenceType, Int32, IList<Nullable<DayOfWeek>>)

Initializes a new instance of the ScheduleRecurrence class.

Properties

RecurrenceType

Gets or sets the recurrence type. Possible values include: 'Minutes', 'Hourly', 'Daily', 'Weekly'

RecurrenceValue

Gets or sets the recurrence value.

WeeklyDaysList

Gets or sets the week days list. Applicable only for schedules of recurrence type 'weekly'.

Methods

Validate()

Validate the object.

Applies to