Class MonthlyRecurrence
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
repeat every Recurrence months on Day
public class MonthlyRecurrence : Recurrence
Inheritance
object ← Recurrence ← MonthlyRecurrence
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
Hours
valid values: 0-23
public int Hours { get; set; }
Property Value
Minutes
valid values: 0-59
public int Minutes { get; set; }
Property Value
Recurrence
public int Recurrence { get; set; }