Class RecurrenceWeekPattern
Class representing a pattern for weekly recurrence
Implements
Inherited Members
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public class RecurrenceWeekPattern : RecurrencePatternBase, ICloneable
Constructors
RecurrenceWeekPattern()
Class representing a pattern for weekly recurrence
Declaration
public RecurrenceWeekPattern()
Properties
Cycle
The number of weeks between each repetition
Declaration
public override int Cycle { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Overrides
Weekdays
The weekdays the recurrence should occur for
Declaration
public Weekday Weekdays { get; set; }
Property Value
Type | Description |
---|---|
Weekday |
Methods
Clone()
Class representing a pattern for weekly recurrence
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
Object |
Overrides
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)