Skip to main content

Class RecurrenceWeekPattern

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

Inheritance

objectRecurrenceWeekPattern

Inherited Members

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

Constructors

RecurrenceWeekPattern()

Default constructor - defaults any enum props to 0.

Properties

Cycle

The number of weeks between each repetition

Property Value

int

Weekdays

The weekdays the recurrence should occur for NULL if unknown enum value.

Property Value

Weekday?

See Also

RecurrenceWeekPattern.Weekdays_String

Weekdays_String

The weekdays the recurrence should occur for Raw string enum value.

Property Value

string

See Also

RecurrenceWeekPattern.Weekdays