API Time.AddMJD

From Flowcode Help
Jump to navigationJump to search

<sidebar>API Contents</sidebar> Increments or decrements a Modified Julian Date and millisecond value

Class hierarchy

Time

AddMJD

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