diaGlobWrapper Help
Returns the call start time.

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

Syntax

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

See Also