Class MonthlyJobSchedule
Namespace: Casewhere.Models.RuntimeSchedulers
Assembly: Casewhere.Models.dll
repeat every JobSchedule months on Day
public class MonthlyJobSchedule : JobSchedule
Inheritance
object ← JobSchedule ← MonthlyJobSchedule
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
Hours
valid values: 0-23
public int Hours { get; set; }
Property Value
Minutes
valid values: 0-59
public int Minutes { get; set; }
Property Value
Recurrence
public int Recurrence { get; set; }