Difference between revisions of "API Time.MJDToSeconds"
From Flowcode Help
Jump to navigationJump to searchLine 33: | Line 33: | ||
==Detailed description== | ==Detailed description== | ||
− | + | ||
Line 40: | Line 40: | ||
* 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.MJDToSeconds(mjd, millisecs, epochmjd, epochms)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Time.MJDToSeconds(mjd, millisecs, epochmjd, epochms)</pre> | ||
− | |||
− |
Latest revision as of 11:55, 16 January 2023
Detailed description
Examples
Calling in a calculation
- Declare a variable 'result' of type LONG
- Add to a calculation icon:
result = ::Time.MJDToSeconds(mjd, millisecs, epochmjd, epochms)