SchedulePeriodsOfDay Class

collection of periods set for the day.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public class PeriodsOfDay : List<SchedulePeriodOfDay>
Inheritance
Object    ListSchedulePeriodOfDay    SchedulePeriodsOfDay

Constructors

SchedulePeriodsOfDayInitializes a new instance of the SchedulePeriodsOfDay class

Methods

Add adds period to the collection
ToString String presentation os the periods list
(Overrides ObjectToString)

See Also