API Time.GetUTC
From Flowcode Help
Jump to navigationJump to search| GetUTC | |
| Returns the current UTC 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.GetUTC(return_milliseconds)