Class RecurrenceMonthPattern
Class representing a pattern for monthly recurrence
Implements
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public class RecurrenceMonthPattern : RecurrenceWeekOfMonthPattern, ICloneable
Constructors
RecurrenceMonthPattern()
Class representing a pattern for monthly recurrence
Declaration
public RecurrenceMonthPattern()
Properties
Cycle
The number of months between each repetition
Declaration
[DataMember]
public override int Cycle { get; set; }
Property Value
Type | Description |
---|---|
int |
Overrides
Pattern
The type of monthly recurrence pattern
Declaration
[DataMember]
public RecurrenceMonthlyPattern Pattern { get; set; }
Property Value
Type | Description |
---|---|
RecurrenceMonthlyPattern |
Methods
Clone()
Class representing a pattern for monthly recurrence
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
object |