SchedulePeriodOfDay Class

structure which holds information about "period of day"

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public class PeriodOfDay
Inheritance
Object    SchedulePeriodOfDay

Constructors

SchedulePeriodOfDay constructor

Properties

begin Starts at this time of the day Must be less then 24 hours
duration Updates end property according to current begin value
end Ends with at this time of the day Must be less then 24 hours and greater then begin

Methods

Equals
(Overrides ObjectEquals(Object))
GetHashCode
(Overrides ObjectGetHashCode)
ToString String presentation of the period
(Overrides ObjectToString)

See Also