Jump to content

API Time.AddMJD: Difference between revisions

From Flowcode Help
m Text replacement - "class="wikitable" style="width:60%; background-color:#FFFFFF;"" to "class="mtx-class-macrotable wikitable""
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead""
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| class="mtx-class-macrotable wikitable"
{| class="mtx-class-macrotable wikitable"
|-
|-
| width="10%" align="center" style="background-color:#D8C9D8;" align="center" | [[File:Fc9-comp-macro.png]]
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]]
| width="90%" style="background-color:#D8C9D8; color:#4B008D;" | '''AddMJD'''
| width="90%" class="mtx-class-macrohead" | '''AddMJD'''
|-
|-
| colspan="2" | Increments or decrements a Modified Julian Date and millisecond value 
| colspan="2" | Increments or decrements a Modified Julian Date and millisecond value 

Latest revision as of 14:11, 13 July 2026

AddMJD
Increments or decrements a Modified Julian Date and millisecond value 
- LONG MJD
The Modified Julian Date to alter 
- ULONG Milliseconds
The millisecond counter to alter 
- LONG AddDays
The number of days to add to the date 
- LONG AddMs
The number of milliseconds to add to the date 
- NONE Return


Detailed description

Examples

Calling in a calculation

  • Add to a calculation icon:
    ::Time.AddMJD(return_mjd, return_milliseconds, adddays, addms)