JobScheduleMonthlyOccurrence Class

Definition

Occurrences of days within a month.

public class JobScheduleMonthlyOccurrence
type JobScheduleMonthlyOccurrence = class
Public Class JobScheduleMonthlyOccurrence
Inheritance
JobScheduleMonthlyOccurrence

Constructors

JobScheduleMonthlyOccurrence()

Initializes a new instance of the JobScheduleMonthlyOccurrence class.

JobScheduleMonthlyOccurrence(JobScheduleDay)

Initializes a new instance of the JobScheduleMonthlyOccurrence class with required arguments.

Properties

Day

Required. Day of the occurrence. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.

Occurrence

Optional. Occurrence of the day within the month. Must be between -31 and 31.

Applies to