Table of Contents

Class MonthlyJobSchedule

Namespace: Casewhere.Models.RuntimeSchedulers
Assembly: Casewhere.Models.dll

repeat every JobSchedule months on Day

public class MonthlyJobSchedule : JobSchedule

Inheritance

objectJobScheduleMonthlyJobSchedule

Inherited Members

JobSchedule.TimezoneId, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<MonthlyJobSchedule>(MonthlyJobSchedule)

Constructors

MonthlyJobSchedule()

public MonthlyJobSchedule()

Properties

Day

valid values: 1-31

public int Day { get; set; }

Property Value

int

Hours

valid values: 0-23

public int Hours { get; set; }

Property Value

int

Minutes

valid values: 0-59

public int Minutes { get; set; }

Property Value

int

Recurrence

public int Recurrence { get; set; }

Property Value

int