PhoneSystemGetRuleHourTypeByType 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#
public RuleHours GetRuleHourTypeByType(
	RuleHoursType id
)

Parameters

id  RuleHoursType
One of the values specified by RuleHoursType.

Return Value

RuleHours
An instance of RuleHours.

Implements

IPhoneSystemGetRuleHourTypeByType(RuleHoursType)

See Also