BusinessHours
Namespace: Wisej.Web.Ext.FullCalendar
Assembly: Wisej.Web.Ext.FullCalendar
Emphasizes certain time slots on the calendar. By default, Monday-Friday, 9am-5pm.
- C#
- VB.NET
public class BusinessHours : IWisejSerializable
Public Class BusinessHours
Inherits 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.