AbsoluteMonthlySchedule Class

Definition

For schedules like: 'recur every month on the 15th' or 'recur every 3 months on the 20th'.

public class AbsoluteMonthlySchedule
type AbsoluteMonthlySchedule = class
Public Class AbsoluteMonthlySchedule
Inheritance
AbsoluteMonthlySchedule

Constructors

Name Description
AbsoluteMonthlySchedule()

Initializes a new instance of the AbsoluteMonthlySchedule class.

AbsoluteMonthlySchedule(Int32, Int32)

Initializes a new instance of the AbsoluteMonthlySchedule class.

Properties

Name Description
DayOfMonth

Gets or sets the date of the month.

IntervalMonths

Gets or sets specifies the number of months between each set of occurrences.

Methods

Name Description
Validate()

Validate the object.

Applies to