API Time.MJDToWeekday

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png MJDToWeekday
Gets the day of the week that the MJD represents 
Fc9-s32-icon.png - LONG MJD
The Modified Julian Date to alter 
Fc9-u32-icon.png - 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)