| TapiCallCallDuration Property |
Gets the duration of the call.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic TimeSpan CallDuration { get; }Public ReadOnly Property CallDuration As TimeSpan
Get
public:
property TimeSpan CallDuration {
TimeSpan get ();
}Property Value
Type:
TimeSpan
Remarks
Call duration is calculated from the moment the call transitions to the Connected state.
CallDuration is set to zero if the call never connected.
See Also