Skip to main content

Class RecurrenceDayPattern

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

Inheritance

objectRecurrenceDayPattern

Inherited Members

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

Constructors

RecurrenceDayPattern()

Default constructor - defaults any enum props to 0.

Properties

Cycle

The number of days between each recurrence. Only used when the cyclic pattern occurs.

Property Value

int

Pattern

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

Property Value

RecurrenceDailyPattern?

See Also

RecurrenceDayPattern.Pattern_String

Pattern_String

The type of daily recurrence pattern Raw string enum value.

Property Value

string

See Also

RecurrenceDayPattern.Pattern