Class RecurrenceWeekOfMonthPattern
Class representing a pattern for monthly recurrence
Inheritance
RecurrenceWeekOfMonthPattern
Implements
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
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
public int Day { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Weekday
The weekday of the recurring pattern. Only used when the weekday of month pattern occurs. WeekdayOfMonth WeekdayOfMonth
Declaration
public Weekday Weekday { get; set; }
Property Value
Type | Description |
---|---|
Weekday |
WeekOfMonth
The week of the month Only used when the weekday of month pattern occurs. WeekdayOfMonth WeekdayOfMonth
Declaration
public WeekOfMonth WeekOfMonth { get; set; }
Property Value
Type | Description |
---|---|
WeekOfMonth |
Methods
CopyTo(RecurrencePatternBase)
Class representing a pattern for monthly recurrence
Declaration
protected override void CopyTo(RecurrencePatternBase destination)
Parameters
Type | Name | Description |
---|---|---|
RecurrencePatternBase | destination |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)