Class RecurrenceYearPattern
Class representing a pattern for yearly 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 RecurrenceYearPattern : RecurrenceWeekOfMonthPattern, ICloneable
Constructors
RecurrenceYearPattern()
Class representing a pattern for yearly recurrence
Declaration
public RecurrenceYearPattern()
Properties
Cycle
The month of the year where the recurrence occurs. 1 is January and 12 is December.
Declaration
[DataMember]
public override int Cycle { get; set; }
Property Value
Type | Description |
---|---|
int |
Overrides
Pattern
The type of yearly recurrence pattern
Declaration
[DataMember]
public RecurrenceYearlyPattern Pattern { get; set; }
Property Value
Type | Description |
---|---|
RecurrenceYearlyPattern |
Methods
Clone()
Class representing a pattern for yearly recurrence
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
object |