Class RecurrenceYearPattern
Class representing a pattern for yearly recurrence
Implements
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class RecurrenceYearPattern : RecurrenceWeekOfMonthPattern, ICloneable
Constructors
RecurrenceYearPattern()
Declaration
public RecurrenceYearPattern()
Properties
Cycle
The month of the year where the recurrence occurs. 1 is January and 12 is December.
Declaration
public override int Cycle { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
Pattern
The type of yearly recurrence pattern
Declaration
public RecurrenceYearlyPattern Pattern { get; set; }
Property Value
Type | Description |
---|---|
RecurrenceYearlyPattern |
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)