CommonRoutingExtensionsGetTimeDestinationOverride Method

providing full information about current time and time based routing destination for DN

Definition

Namespace: CallFlow
Assembly: CallFlow.CFD (in CallFlow.CFD.dll) Version: 20.0.1
C#
public static TimeBasedDestination GetTimeDestinationOverride(
	this DN dn
)

Parameters

dn  DN
the DN

Return Value

TimeBasedDestination
the current time and the destination specified for the dn

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DN. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

Remarks

Group time override is ignored if dn is Extension as well as timebased routing destination is not applied

See Also