Calendars v0.1.2 Calendars.ObservationalHebrew View Source

Documentation for the ObservationalHebrew calendar (DR4).

Link to this section Summary

Functions

Passover Eve (Classical).

Returns a ObservationalHebrew date from its parts.

Returns the epoch of the ObservationalHebrew calendar.

Observ. Hebrew 1 Nisan.

Converts source_calendar_date of the source_calendar into the corresponding ObservationalHebrew date.

Converts the fixed date in to the corresponding ObservationalHebrew date.

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

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

Converts observational_hebrew_date into the corresponding date of target_calendar.

Converts observational_hebrew_date into the corresponding fixed date.

Converts observational_hebrew_date into the corresponding Julian Day number.

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

classical_passover_eve(g_year)

View Source

Passover Eve (Classical).

Returns a ObservationalHebrew date from its parts.

Returns the epoch of the ObservationalHebrew calendar.

Observ. Hebrew 1 Nisan.

Link to this function

from_date(source_calendar_date, source_calendar)

View Source

Converts source_calendar_date of the source_calendar into the corresponding ObservationalHebrew date.

Converts the fixed date in to the corresponding ObservationalHebrew date.

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

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

Link to this function

to_date(observational_hebrew_date, target_calendar)

View Source

Converts observational_hebrew_date into the corresponding date of target_calendar.

Link to this function

to_fixed(observational_hebrew_date)

View Source

Converts observational_hebrew_date into the corresponding fixed date.

Link to this function

to_jd(observational_hebrew_date)

View Source

Converts observational_hebrew_date into the corresponding Julian Day number.