Calendars v0.1.2 Calendars.AstroBahai View Source

Documentation for the AstroBahai calendar (DR4).

Link to this section Summary

Functions

Returns a AstroBahai date from its parts.

Returns the epoch of the AstroBahai calendar.

Converts source_calendar_date of the source_calendar into the corresponding AstroBahai date.

Converts the fixed date in to the corresponding AstroBahai date.

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

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

Converts astro_bahai_date into the corresponding date of target_calendar.

Converts astro_bahai_date into the corresponding fixed date.

Converts astro_bahai_date into the corresponding Julian Day number.

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

date(major, cycle, year, month, day)

View Source

Returns a AstroBahai date from its parts.

Returns the epoch of the AstroBahai 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 AstroBahai date.

Converts the fixed date in to the corresponding AstroBahai date.

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

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

Link to this function

to_date(astro_bahai_date, target_calendar)

View Source

Converts astro_bahai_date into the corresponding date of target_calendar.

Link to this function

to_fixed(astro_bahai_date)

View Source

Converts astro_bahai_date into the corresponding fixed date.

Converts astro_bahai_date into the corresponding Julian Day number.