TickCount

Kalipso - Form - Expressions - Functions - Functions Descriptions - Time Functions - TickCount

This Function returns a <numeric>, which is the number of milliseconds passed since the last time the system was started.

Examples

Lets assume that the system was started exactly 1 hour ago.

  • Example 1

TickCount() Result = 3600000

Last updated