Table of Contents

Class WeeklyJobSchedule

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

repeat every JobSchedule weeks on DayOfWeeks(Mon, Tue...) at hh:mm

public class WeeklyJobSchedule : JobSchedule

Inheritance

objectJobScheduleWeeklyJobSchedule

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

Constructors

WeeklyJobSchedule()

public WeeklyJobSchedule()

Properties

DayOfWeeks

public IList<DayOfWeek> DayOfWeeks { get; set; }

Property Value

IList<DayOfWeek>

Hours

valid: 0-23

public int Hours { get; set; }

Property Value

int

Minutes

valid 0-59

public int Minutes { get; set; }

Property Value

int

Recurrence

public int Recurrence { get; set; }

Property Value

int