ICalendarHolderHours Property

Time schedule of when object is active. Interpretation of this data depends on the type of object. It can be OfficeTime, the time when specific routing rule is active etc.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ScheduleSerializerAttribute]
Schedule Hours { get; set; }

Property Value

Schedule

Remarks

the exception for Tenant implementation.
Tenant object stores Office Hours in this property. if Type of the schedule is set to RuleHoursType=SpecificHours|SpecificHoursExcludingHolidays
with empty ranges (not renages specified) it always returned as populated with all days form 00:00:00 to 23:59:59 (whole the day)

See Also