For the complete documentation index, see llms.txt. This page is also available as Markdown.

BusinessHours

Wisej.Web.Ext.FullCalendar.BusinessHours

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)

Emphasizes certain time slots on the calendar. By default, Monday-Friday, 9am-5pm.

public class BusinessHours : IWisejSerializable

Constructors

BusinessHours()

Initializes an new instance of BusinessHours

Properties

Days

DayOfWeek[]: Indicates the days of the week for this business hours period.

End

TimeSpan: Indicates the end time for the business hours period.

Start

TimeSpan: Indicates the start time for the business hours period.

Last updated

Was this helpful?