Click or drag to resize

CallInfoEndTime Property

The end time of the call, given as GMT in RFC 2822 format. Empty if the call did not complete successfully.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Nullable<DateTime> EndTime { get; set; }

Property Value

Type: NullableDateTime
See Also