Calendars v0.1.3 Calendars.ObservationalIslamic View Source

Documentation for the ObservationalIslamic. DR4 293ff

Link to this section Summary

Functions

Returns a ObservationalIslamic date from its parts.

Returns the epoch of the ObservationalIslamic calendar.

Converts source_calendar_date of the source_calendar into the corresponding ObservationalIslamic date.

Converts the fixed date in to the corresponding ObservationalIslamic date.

Converts the Julian Day number jd into the corresponding ObservationalIslamic date.

Returns the keyword used to access data in the DR4 sample data.

Converts observational_islamic_date into the corresponding date of target_calendar.

Converts observational_islamic_date into the corresponding fixed date.

Converts observational_islamic_date into the corresponding Julian Day number.

Link to this section Types

Specs

t() :: {year(), month(), day()}

Link to this section Functions

Returns a ObservationalIslamic date from its parts.

Returns the epoch of the ObservationalIslamic calendar.

Link to this function

from_date(source_calendar_date, source_calendar)

View Source

Converts source_calendar_date of the source_calendar into the corresponding ObservationalIslamic date.

Converts the fixed date in to the corresponding ObservationalIslamic date.

Converts the Julian Day number jd into the corresponding ObservationalIslamic date.

Returns the keyword used to access data in the DR4 sample data.

Link to this function

to_date(observational_islamic_date, target_calendar)

View Source

Converts observational_islamic_date into the corresponding date of target_calendar.

Link to this function

to_fixed(observational_islamic_date)

View Source

Converts observational_islamic_date into the corresponding fixed date.

Link to this function

to_jd(observational_islamic_date)

View Source

Converts observational_islamic_date into the corresponding Julian Day number.