Show / Hide Table of Contents

Class RecurrenceWeekOfMonthPattern

Class representing a pattern for monthly recurrence

Inheritance
Object
RecurrencePatternBase
RecurrenceWeekOfMonthPattern
RecurrenceMonthPattern
RecurrenceYearPattern
Implements
ICloneable
Inherited Members
RecurrencePatternBase.Clone()
RecurrencePatternBase.Cycle
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Services
Assembly: SoCore.dll
Syntax
public abstract class RecurrenceWeekOfMonthPattern : RecurrencePatternBase, ICloneable

Constructors

RecurrenceWeekOfMonthPattern()

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)

Declaration
protected override void CopyTo(RecurrencePatternBase destination)
Parameters
Type Name Description
RecurrencePatternBase destination
Overrides
RecurrencePatternBase.CopyTo(RecurrencePatternBase)

Implements

System.ICloneable

Extension Methods

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