Jump to content

API Time.MJDToSeconds

From Flowcode Help
Revision as of 14:08, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;" align="center"" to "width="10%" align="center" class="mtx-class-macrohead"")
MJDToSeconds
Converts a Modified Julian Date into a number of seconds since a specified epoch 
- LONG MJD
The Modified Julian Date to convert 
- LONG Millisecs
The number of milliseconds into the MJD to convert 
- LONG EpochMJD
The modified Julian Date which would return zero seconds 
- ULONG EpochMS
The number of milliseconds wich would return zero seconds 
- LONG Return


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)