SofaJdcalf Method
Julian date conversion with specified decimal places.
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public static int Jdcalf(
int ndp,
double dj1,
double dj2,
int[] iymdf
)
Public Shared Function Jdcalf (
ndp As Integer,
dj1 As Double,
dj2 As Double,
iymdf As Integer()
) As Integer
- ndp Int32
- Number of decimal places in the fraction field.
- dj1 Double
- First part of the Julian Date.
- dj2 Double
- Second part of the Julian Date.
- iymdf Int32
- Returned year, month, day, fraction array (length 4).
Int32Status code: 0 = OK, <0 = error.
This is a P/Invoke wrapper for the SOFA iauJdcalf routine.
Supported in: 2.0