Skip to main content

Class RecurrenceMonthPattern

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RecurrenceMonthPattern. Class representing a pattern for monthly recurrence.

Inheritance

objectRecurrenceMonthPattern

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

RecurrenceMonthPattern()

Default constructor - defaults any enum props to 0.

Properties

Cycle

The number of months between each repetition

Property Value

int

Day

The day of the month when the recurrence occurs. Only used when the weekday of month pattern occurs.

Property Value

int

Pattern

The type of monthly recurrence pattern NULL if unknown enum value.

Property Value

RecurrenceMonthlyPattern?

See Also

RecurrenceMonthPattern.Pattern_String

Pattern_String

The type of monthly recurrence pattern Raw string enum value.

Property Value

string

See Also

RecurrenceMonthPattern.Pattern

WeekOfMonth

The week of the month. Only used when the weekday of month pattern occurs. NULL if unknown enum value.

Property Value

WeekOfMonth?

See Also

RecurrenceMonthPattern.WeekOfMonth_String

WeekOfMonth_String

The week of the month. Only used when the weekday of month pattern occurs. Raw string enum value.

Property Value

string

See Also

RecurrenceMonthPattern.WeekOfMonth

Weekday

he weekday of the recurring pattern. Only used when the weekday of month pattern occurs. NULL if unknown enum value.

Property Value

Weekday?

See Also

RecurrenceMonthPattern.Weekday_String

Weekday_String

he weekday of the recurring pattern. Only used when the weekday of month pattern occurs. Raw string enum value.

Property Value

string

See Also

RecurrenceMonthPattern.Weekday