| Download Help (Windows Only) |
Owning Palette: Timing VIs and Functions
Requires: Base Package
Returns the value of the millisecond timer.
The base reference time (millisecond zero) is undefined. That is, you cannot convert millisecond timer value to a real-world time or date. Be careful when you use this function in comparisons because the value of the millisecond timer wraps from (2^32)–1 to 0.

![]() |
millisecond timer value returns the value of the millisecond timer. |
Refer to the Timing Template (data dep) VI in the labview\examples\general\structs.llb for an example of using the Tick Count (ms) function.