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
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.6.0.0")]
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
[DataMember]
public int Day { get; set; }
Property Value
Type Description
int

WeekOfMonth

The week of the month Only used when the weekday of month pattern occurs. WeekdayOfMonth WeekdayOfMonth

Declaration
[DataMember]
public WeekOfMonth WeekOfMonth { get; set; }
Property Value
Type Description
WeekOfMonth

Weekday

The weekday of the recurring pattern. Only used when the weekday of month pattern occurs. WeekdayOfMonth WeekdayOfMonth

Declaration
[DataMember]
public Weekday Weekday { get; set; }
Property Value
Type Description
Weekday

Methods

CopyTo(RecurrencePatternBase)

Class representing a pattern for monthly recurrence

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

Implements

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