Table of Contents

Class WeeklyRecurrence

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

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

public class WeeklyRecurrence : Recurrence

Inheritance

objectRecurrenceWeeklyRecurrence

Inherited Members

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

Constructors

WeeklyRecurrence()

public WeeklyRecurrence()

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