Table of Contents

Class YearlyRecurrence

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

repeat every Recurrence years on Day/Month

public class YearlyRecurrence : Recurrence

Inheritance

objectRecurrenceYearlyRecurrence

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

int

Hours

valids: 0-23

public int Hours { get; set; }

Property Value

int

Minutes

valids: 0-59

public int Minutes { get; set; }

Property Value

int

Month

1-12

public int Month { get; set; }

Property Value

int