Class IntervalRecurrence
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class IntervalRecurrence : Recurrence
Inheritance
object ← Recurrence ← IntervalRecurrence
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<IntervalRecurrence>(IntervalRecurrence)
Constructors
IntervalRecurrence()
public IntervalRecurrence()
Properties
Hours
interval
public int Hours { get; set; }
Property Value
Minutes
interval when hours = 0 otherwise value(0-59)
public int Minutes { get; set; }