HoursRangeEndTime Property

The ending time.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
DateTime EndTime { get; set; }

Property Value

DateTime

Remarks

Only the time portion of this DateTime instance should be considered. The end time can be on the following day as long as it is smaller than the starting time, otherwise it would be taken to mean the same date.

See Also