CAAMoslemCalendar_MoslemToJulian: CAAMoslemCalendar_MoslemToJulian

Description Usage Arguments Value Author(s) References Examples

View source: R/CAAMoslemCalendar_MoslemToJulian.R

Description

CAAMoslemCalendar_MoslemToJulian

Usage

1

Arguments

Year

Year The year in the Moslem Calendar to convert.

Month

Month The month of the year in the Moslem Calendar (1 for Muharram to 12 for Dhu l-Hijja).

Day

Day The day of the month in the Moslem Calendar.

Value

A class containing

Year The year in the Julian Calendar.

Month The month of the year in the Julian Calendar (1 for January to 12 for December).

Day The day of the month in the Julian Calendar.

Author(s)

C++ code by PJ Naughter, imported to R by Jinlong Zhang

References

Meeus, J. H. (1991). Astronomical algorithms. Willmann-Bell, Incorporated.

Examples

1
CAAMoslemCalendar_MoslemToJulian(Year = 1431, Month = 2, Day = 12)

helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.