Skip to main content

Class RecurrenceYearPattern

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

Inheritance

objectRecurrenceYearPattern

Inherited Members

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

Constructors

RecurrenceYearPattern()

Default constructor - defaults any enum props to 0.

Properties

Cycle

The month of the year where the recurrence occurs. 1 is January and 12 is December.

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 yearly recurrence pattern NULL if unknown enum value.

Property Value

RecurrenceYearlyPattern?

See Also

RecurrenceYearPattern.Pattern_String

Pattern_String

The type of yearly recurrence pattern Raw string enum value.

Property Value

string

See Also

RecurrenceYearPattern.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

RecurrenceYearPattern.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

RecurrenceYearPattern.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

RecurrenceYearPattern.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

RecurrenceYearPattern.Weekday