GetTickCountΒΆ

GetTickCount returns the number of milliseconds that have elapsed since UniPlot was started.

nTicks = GetTickCount()

Return Value

nTicks is the number of milliseconds that have elapsed since Windows was started.

Example

* printf("%f\n", GetTickCount());
43314765

id-549896