Skip to main content

Class ChatOpeningHours

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ChatOpeningHours. Chat Topic Opening Hours

Inheritance

objectChatOpeningHours

Inherited Members

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

Constructors

ChatOpeningHours()

Default constructor - defaults any enum props to 0.

Properties

FriEnabled

Whether open on Fridays.

Property Value

bool

FriStart

When opening hours start on Fridays. Only time-part is used.

Property Value

TimeSpan

FriStop

When opening hours stop on Fridays. Only time-part is used.

Property Value

TimeSpan

LunchStart

When opening hours starts for lunch. Only time-part is used.

Property Value

TimeSpan

LunchStop

When opening hours stops for lunch. Only time-part is used.

Property Value

TimeSpan

MonEnabled

Whether open on Mondays.

Property Value

bool

MonStart

When opening hours start on Mondays. Only time-part is used.

Property Value

TimeSpan

MonStop

When opening hours stop on Mondays. Only time-part is used.

Property Value

TimeSpan

SatEnabled

Whether open on Saturdays.

Property Value

bool

SatStart

When opening hours start on Saturdays. Only time-part is used.

Property Value

TimeSpan

SatStop

When opening hours stop on Saturdays. Only time-part is used.

Property Value

TimeSpan

SunEnabled

Whether open on Sundays.

Property Value

bool

SunStart

When opening hours start on Sundays. Only time-part is used.

Property Value

TimeSpan

SunStop

When opening hours stop on Sundays. Only time-part is used.

Property Value

TimeSpan

ThuEnabled

Whether open on Thursdays.

Property Value

bool

ThuStart

When opening hours start on Thursdays. Only time-part is used.

Property Value

TimeSpan

ThuStop

When opening hours stop on Thursdays. Only time-part is used.

Property Value

TimeSpan

TueEnabled

Whether open on Tuesdays.

Property Value

bool

TueStart

When opening hours start on Tuesdays. Only time-part is used.

Property Value

TimeSpan

TueStop

When opening hours stop on Tuesdays. Only time-part is used.

Property Value

TimeSpan

TzLocation

Timezone used for the opening hours (start/stop times) for this topic.

Property Value

TimeZoneData

UseLunchHours

Whether to use lunch hours or not.

Property Value

bool

WedEnabled

Whether open on Wednesdays.

Property Value

bool

WedStart

When opening hours start on Wednesdays. Only time-part is used.

Property Value

TimeSpan

WedStop

When opening hours stop on Wednesday. Only time-part is used.

Property Value

TimeSpan

See Also

ChatAgent