Difference between revisions of "API Time.MJDToWeekday"
From Flowcode Help
Jump to navigationJump to search| Line 18: | Line 18: | ||
==Detailed description== | ==Detailed description== | ||
| − | + | ||
| Line 25: | Line 25: | ||
* Declare a variable 'result' of type ULONG | * Declare a variable 'result' of type ULONG | ||
* Add to a calculation icon: <pre class="brush:[cpp]">result = ::Time.MJDToWeekday(mjd)</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">result = ::Time.MJDToWeekday(mjd)</pre> | ||
| − | |||
| − | |||