Class RecurrenceMonthPattern
Class representing a pattern for monthly recurrence
Implements
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class RecurrenceMonthPattern : RecurrenceWeekOfMonthPattern, ICloneable
Constructors
RecurrenceMonthPattern()
Declaration
public RecurrenceMonthPattern()
Properties
Cycle
The number of months between each repetition
Declaration
public override int Cycle { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
Pattern
The type of monthly recurrence pattern
Declaration
public RecurrenceMonthlyPattern Pattern { get; set; }
Property Value
Type | Description |
---|---|
RecurrenceMonthlyPattern |
Methods
Clone()
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)