Table of Contents

Class IntervalRecurrence

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

public class IntervalRecurrence : Recurrence

Inheritance

objectRecurrenceIntervalRecurrence

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

int

Minutes

interval when hours = 0 otherwise value(0-59)

public int Minutes { get; set; }

Property Value

int