Class RecurrenceWeekOfMonthPattern
Class representing a pattern for monthly recurrence
Inheritance
RecurrenceWeekOfMonthPattern
Implements
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
public abstract class RecurrenceWeekOfMonthPattern : RecurrencePatternBase, ICloneable
Constructors
RecurrenceWeekOfMonthPattern()
Class representing a pattern for monthly recurrence
Declaration
protected RecurrenceWeekOfMonthPattern()
Properties
Day
The day of the month when the recurrence occurs Only used when the weekday of month pattern occurs. DayOfMonth DayOfMonth
Declaration
[DataMember]
public int Day { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
WeekOfMonth
The week of the month Only used when the weekday of month pattern occurs. WeekdayOfMonth WeekdayOfMonth
Declaration
[DataMember]
public WeekOfMonth WeekOfMonth { get; set; }
Property Value
| Type | Description |
|---|---|
| WeekOfMonth |
Weekday
The weekday of the recurring pattern. Only used when the weekday of month pattern occurs. WeekdayOfMonth WeekdayOfMonth
Declaration
[DataMember]
public Weekday Weekday { get; set; }
Property Value
| Type | Description |
|---|---|
| Weekday |
Methods
CopyTo(RecurrencePatternBase)
Class representing a pattern for monthly recurrence
Declaration
protected override void CopyTo(RecurrencePatternBase destination)
Parameters
| Type | Name | Description |
|---|---|---|
| RecurrencePatternBase | destination |