The current or last call ending time in local datetime format. This value is reset to MaxValue on each new call.

Namespace:  Inkostar
Assembly:  DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public DateTime CallEndTime { get; }
Public ReadOnly Property CallEndTime As DateTime
public:
property DateTime CallEndTime {
	DateTime get ();
}

See Also