BusinessHours Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class BusinessHours : PortfolioChildCorrigoEntity
The BusinessHours type exposes the following members.
Name | Description | |
---|---|---|
![]() | DayIdxDayOfWeek |
Number of the day inside the week. Supported values are 1 – 7. 1 always means Sunday – regardless of how “First day of the week” setting is configured
|
![]() | FinishTime |
This field contains time part of the day (i.e. no date part) indicating end of the business hours.
12:00 AM/00:00 means “end of day”. NULL is used when the whole day is off.
|
![]() | StartTime |
This field contains time part of the day (i.e. no date part) indicating start of the business hours. NULL is used when the whole day is off.
|