NetXP 3.0 Reference

XTimer.End Method 

Ends timing operation and gets the elapsed time in microseconds.

[Visual Basic]
Public Shared Function End() As Double
[C#]
public static double End();

Return Value

A double value indicating the elapsed time in microseconds, or 0.0 if failed.

See Also

XTimer Class | NETXP.Components Namespace