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

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

Syntax

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

See Also