3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Get
Rule
Hour
Type
By
Type Method
Returns an instance of
RuleHours
based on its unique ID.
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
RuleHours
GetRuleHourTypeByType
(
RuleHoursType
id
)
Parameters
id
RuleHoursType
One of the values specified by
RuleHoursType
.
Return Value
RuleHours
An instance of
RuleHours
.
Implements
IPhoneSystem
GetRuleHourTypeByType(RuleHoursType)
See Also
Reference
PhoneSystem Class
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also