Class YearlyJobSchedule
Namespace: Casewhere.Models.RuntimeSchedulers
Assembly: Casewhere.Models.dll
repeat every JobSchedule years on Day/Month
public class YearlyJobSchedule : JobSchedule
Inheritance
object ← JobSchedule ← YearlyJobSchedule
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<YearlyJobSchedule>(YearlyJobSchedule)
Constructors
YearlyJobSchedule()
public YearlyJobSchedule()
Properties
Day
1-31
public int Day { get; set; }
Property Value
Hours
valids: 0-23
public int Hours { get; set; }
Property Value
Minutes
valids: 0-59
public int Minutes { get; set; }
Property Value
Month
1-12
public int Month { get; set; }