Jump to content

API Time.MJDToWeekday

From Flowcode Help
Revision as of 14:07, 13 July 2026 by SteveT (talk | contribs) (Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable"")
MJDToWeekday
Gets the day of the week that the MJD represents 
- LONG MJD
The Modified Julian Date to alter 
- ULONG Return


Detailed description

Examples

Calling in a calculation

  • Declare a variable 'result' of type ULONG
  • Add to a calculation icon:
    result = ::Time.MJDToWeekday(mjd)