Difference between revisions of "API Time.GetMillisecs"
From Flowcode Help
Jump to navigationJump to search (XML import for latest API) |
(XML import) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
<sidebar>API Contents</sidebar> | <sidebar>API Contents</sidebar> | ||
Returns the value of a monotonic non-decrementing millisecond counter | Returns the value of a monotonic non-decrementing millisecond counter |
Revision as of 15:58, 16 January 2014
<sidebar>API Contents</sidebar> Returns the value of a monotonic non-decrementing millisecond counter
Contents
Parameters
This function has no parameters
Return value
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