Show / Hide Table of Contents

Class RecurrenceYearPattern

Class representing a pattern for yearly recurrence

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

Pattern

The type of yearly recurrence pattern

Declaration
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
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