Calendars v0.1.2 Calendars.Tibetan View Source

Documentation for the Tibetan calendar (DR4).

Link to this section Summary

Functions

Returns a Tibetan date from its parts.

Returns the epoch of the Tibetan calendar.

Converts source_calendar_date of the source_calendar into the corresponding Tibetan date.

Converts the fixed date in to the corresponding Tibetan date.

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

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

Losar (Tibetan New Year).

Converts tibetan_date into the corresponding date of target_calendar.

Converts tibetan_date into the corresponding fixed date.

Converts tibetan_date into the corresponding Julian Day number.

Link to this section Types

Specs

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

Link to this section Functions

Link to this function

date(year, month, leap_month, day, leap_day)

View Source

Returns a Tibetan date from its parts.

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

Converts the fixed date in to the corresponding Tibetan date.

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

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

Losar (Tibetan New Year).

Link to this function

to_date(tibetan_date, target_calendar)

View Source

Converts tibetan_date into the corresponding date of target_calendar.

Converts tibetan_date into the corresponding fixed date.

Converts tibetan_date into the corresponding Julian Day number.