Table of Contents

Class MonthlyRecurrence

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

repeat every Recurrence months on Day

public class MonthlyRecurrence : Recurrence

Inheritance

objectRecurrenceMonthlyRecurrence

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

Constructors

MonthlyRecurrence()

public MonthlyRecurrence()

Properties

Day

valid values: 1-31

public int Day { get; set; }

Property Value

int

Hours

valid values: 0-23

public int Hours { get; set; }

Property Value

int

Minutes

valid values: 0-59

public int Minutes { get; set; }

Property Value

int

Recurrence

public int Recurrence { get; set; }

Property Value

int