Table of Contents

Class YearlyJobSchedule

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

repeat every JobSchedule years on Day/Month

public class YearlyJobSchedule : JobSchedule

Inheritance

objectJobScheduleYearlyJobSchedule

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

int

Hours

valids: 0-23

public int Hours { get; set; }

Property Value

int

Minutes

valids: 0-59

public int Minutes { get; set; }

Property Value

int

Month

1-12

public int Month { get; set; }

Property Value

int