SofaJd2cal Method
Convert JD pair to calendar date.
Namespace: ASCOM.ToolsAssembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
public static int Jd2cal(
double dj1,
double dj2,
ref int iy,
ref int im,
ref int id,
ref double fd
)
Public Shared Function Jd2cal (
dj1 As Double,
dj2 As Double,
ByRef iy As Integer,
ByRef im As Integer,
ByRef id As Integer,
ByRef fd As Double
) As Integer
- dj1 Double
- First part of the Julian Date.
- dj2 Double
- Second part of the Julian Date.
- iy Int32
- Returned year in Gregorian calendar.
- im Int32
- Returned month in Gregorian calendar.
- id Int32
- Returned day in Gregorian calendar.
- fd Double
- Returned fraction of the day.
Int32Status code: 0 = OK, <0 = error.
This is a P/Invoke wrapper for the SOFA iauJd2cal routine.
Supported in: 2.0