Click or drag to resize
BusinessHours Class
Business Hours define weekly schedule for Portfolio’s or Work Zone’s working hours; this object is used to answer the question “what is the time interval within the day during which service is done using regular office hours schedule”? Everything outside of business hours interval is considered to be “after hours”, and typically special limited crew is scheduled to perform service during “after hours”.
Inheritance Hierarchy
SystemObject
  CorrigoService.EntitiesCorrigoEntity
    CorrigoServiceCorrigoEntityWithOptimisticLock
      CorrigoService.EntitiesPortfolioChildCorrigoEntity
        CorrigoService.EntitiesBusinessHours

Namespace: CorrigoService.Entities
Assembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class BusinessHours : PortfolioChildCorrigoEntity

The BusinessHours type exposes the following members.

Properties
  NameDescription
Public propertyDayIdxDayOfWeek
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
Public propertyFinishTime
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.
Public propertyStartTime
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.
Top
See Also