Calendars v0.1.2 Calendars.Icelandic View Source

Documentation for the Icelandic calendar (DR4).

Link to this section Summary

Functions

Returns a Icelandic date from its parts.

Returns the epoch of the Icelandic calendar.

Converts source_calendar_date of the source_calendar into the corresponding Icelandic date.

Converts the fixed date in to the corresponding Icelandic date.

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

Icelandic Summer.

Icelandic Winter.

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

Converts icelandic_date into the corresponding date of target_calendar.

Converts icelandic_date into the corresponding fixed date.

Converts icelandic_date into the corresponding Julian Day number.

Link to this section Types

Specs

t() :: {year(), season(), week(), weekday()}

Link to this section Functions

Link to this function

date(year, season, week, weekday)

View Source

Returns a Icelandic date from its parts.

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

Converts the fixed date in to the corresponding Icelandic date.

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

Link to this function

icelandic_summer(g_year)

View Source

Icelandic Summer.

Link to this function

icelandic_winter(g_year)

View Source

Icelandic Winter.

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

Link to this function

to_date(icelandic_date, target_calendar)

View Source

Converts icelandic_date into the corresponding date of target_calendar.

Link to this function

to_fixed(icelandic_date)

View Source

Converts icelandic_date into the corresponding fixed date.

Converts icelandic_date into the corresponding Julian Day number.