Skip to main content

Class RecurrenceDate

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for RecurrenceDate. Class representing a recurrence date.

Inheritance

objectRecurrenceDate

Inherited Members

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

Constructors

RecurrenceDate()

Default constructor - defaults any enum props to 0.

Properties

Date

The date of the recurring appointment.

Property Value

DateTime

Description

Any description, such as red letter day info, or marked dates

Property Value

string

DescriptionStyleHint

Style hint for the description (i.e. red for red-letter-days)

Property Value

string

IsConflict

True if this date creates a conflict.

Property Value

bool

Tooltip

Tooltip describing any conflicts.

Property Value

string