Difference between revisions of "API Time.GetLocal"
From Flowcode Help
Jump to navigationJump to searchLine 18: | Line 18: | ||
==Detailed description== | ==Detailed description== | ||
− | + | ||
Line 25: | Line 25: | ||
* Declare a variable 'result' of type LONG | * Declare a variable 'result' of type LONG | ||
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::Time.GetLocal(return_milliseconds)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Time.GetLocal(return_milliseconds)</pre> | ||
− | |||
− |
Latest revision as of 11:55, 16 January 2023
![]() |
GetLocal |
Returns the current local time as a Modified Julian Date value | |
![]() |
Milliseconds |
Returns the number of milliseconds since 00:00 that have elapsed, max 86400000 | |
![]() |
Return |
Detailed description
Examples
Calling in a calculation
- Declare a variable 'result' of type LONG
- Add to a calculation icon:
result = ::Time.GetLocal(return_milliseconds)