Difference between revisions of "API Time.GetMillisecs"
From Flowcode Help
Jump to navigationJump to searchLine 13: | Line 13: | ||
==Detailed description== | ==Detailed description== | ||
− | + | ||
Line 20: | Line 20: | ||
* Declare a variable 'result' of type ULONG | * Declare a variable 'result' of type ULONG | ||
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::Time.GetMillisecs()</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Time.GetMillisecs()</pre> | ||
− | |||
− |