API Time.GetMillisecs

From Flowcode Help
Revision as of 15:58, 16 January 2014 by JonnyW (talk | contribs) (XML import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

<sidebar>API Contents</sidebar> Returns the value of a monotonic non-decrementing millisecond counter

Class hierarchy

Time

GetMillisecs

Parameters

This function has no parameters


Return value

ULONG

Returns the value of a monotonic non-decrementing millisecond counter


Detailed description

No additional information


Examples

Calling in a calculation

  • Declare a variable 'result' of type ULONG
  • Add to a calculation icon:
    result = ::Time.GetMillisecs()

No additional examples