Table of Contents

Class HourlyJobSchedule

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

public class HourlyJobSchedule : JobSchedule

Inheritance

objectJobScheduleHourlyJobSchedule

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<HourlyJobSchedule>(HourlyJobSchedule)

Constructors

HourlyJobSchedule()

public HourlyJobSchedule()

Properties

Minutes

0 - 59

public int Minutes { get; set; }

Property Value

int

Recurrence

0 - 23

public int Recurrence { get; set; }

Property Value

int