API Time.MJDToWeekday

From Flowcode Help
Revision as of 16:15, 12 November 2013 by JonnyW (talk | contribs) (XML import for latest API)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


<sidebar>API Contents</sidebar> Gets the day of the week that the MJD represents

Class hierarchy

Time

MJDToWeekday

Parameters

LONG MJD

The Modified Julian Date to alter


Return value

ULONG

Returns the day of the week that the MJD represents


Detailed description

No additional information


Examples

Calling in a calculation

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

No additional examples