Show / Hide Table of Contents

Class RecurrenceMonthPattern

Class representing a pattern for monthly recurrence

Inheritance
Object
RecurrencePatternBase
RecurrenceWeekOfMonthPattern
RecurrenceMonthPattern
Implements
ICloneable
Inherited Members
RecurrenceWeekOfMonthPattern.CopyTo(RecurrencePatternBase)
RecurrenceWeekOfMonthPattern.Day
RecurrenceWeekOfMonthPattern.Weekday
RecurrenceWeekOfMonthPattern.WeekOfMonth
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
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
public override int Cycle { get; set; }
Property Value
Type Description
Int32
Overrides
RecurrencePatternBase.Cycle

Pattern

The type of monthly recurrence pattern

Declaration
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
Overrides
RecurrencePatternBase.Clone()

Implements

System.ICloneable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top