API Time.MJDToWeekday
From Flowcode Help
Jump to navigationJump to search| MJDToWeekday | |
| Gets the day of the week that the MJD represents | |
| MJD | |
| The Modified Julian Date to alter | |
| Return | |
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