API Time.AddMJD: Difference between revisions
Appearance
XML import for latest API |
XML import |
||
| Line 1: | Line 1: | ||
<sidebar>API Contents</sidebar> | <sidebar>API Contents</sidebar> | ||
Increments or decrements a Modified Julian Date and millisecond value | Increments or decrements a Modified Julian Date and millisecond value | ||
Revision as of 15:58, 16 January 2014
<sidebar>API Contents</sidebar> Increments or decrements a Modified Julian Date and millisecond value
Parameters
LONG MJD
- The Modified Julian Date to alter
- This parameter is returned back to the caller
ULONG Milliseconds
- The millisecond counter to alter
- This parameter is returned back to the caller
LONG AddDays
- The number of days to add to the date
LONG AddMs
- The number of milliseconds to add to the date
Return value
This call does not return a value
Detailed description
No additional information
Examples
Calling in a calculation
- Add to a calculation icon:
::Time.AddMJD(return_mjd, return_milliseconds, adddays, addms)
No additional examples