Class YearlyRecurrence
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
repeat every Recurrence years on Day/Month
public class YearlyRecurrence : Recurrence
Inheritance
object ← Recurrence ← YearlyRecurrence
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<YearlyRecurrence>(YearlyRecurrence)
Constructors
YearlyRecurrence()
public YearlyRecurrence()
Properties
Day
1-31
public int Day { get; set; }
Property Value
Hours
valids: 0-23
public int Hours { get; set; }
Property Value
Minutes
valids: 0-59
public int Minutes { get; set; }
Property Value
Month
1-12
public int Month { get; set; }