Jump to content

API Time.MJDToWeekday

From Flowcode Help
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)