Calendrical v0.1.2 Calendrical.Calendar.Julian View Source
Link to this section Summary
Functions
Converts a rata die into a %Date{}
Converts a year, month and day into a rata die number of days
Converts the date into a string according to the calendar
Converts the datetime (with time zone) into a string according to the calendar
Calculates the day of the week from the given year, month, and day
Define the rollover moment for the given calendar
Returns how many days there are in the given year-month
Returns true if the given year is a leap year.
A leap year is a year of a longer length than normal. The exact meaning
is up to the calendar. A calendar must return false if it does not support
the concept of leap years
Converts t:rata_die to the Calendar’s datetime format
Converts the given datetime (with time zone) into the t:rata_die format
Converts the datetime (without time zone) into a string according to the calendar
Converts t:day_fraction to the Calendar’s time format
Converts the given time to the t:day_fraction format
Converts the time into a string according to the calendar
Should return true if the given date describes a proper date in the calendar
Should return true if the given time describes a proper time in the calendar
Link to this section Functions
Converts a rata die into a %Date{}
Converts a year, month and day into a rata die number of days.
Converts the date into a string according to the calendar.
Converts the datetime (with time zone) into a string according to the calendar.
Calculates the day of the week from the given year, month, and day.
Define the rollover moment for the given calendar.
Julian days start at midnight.
Returns how many days there are in the given year-month.
This is the same as Calendar.ISO except that the leap_year
calculation is different.
Returns true if the given year is a leap year.
A leap year is a year of a longer length than normal. The exact meaning
is up to the calendar. A calendar must return false if it does not support
the concept of leap years.
Converts t:rata_die to the Calendar’s datetime format.
Converts the given datetime (with time zone) into the t:rata_die format.
Converts the datetime (without time zone) into a string according to the calendar.
Converts t:day_fraction to the Calendar’s time format.
Converts the given time to the t:day_fraction format.
Converts the time into a string according to the calendar.
Should return true if the given date describes a proper date in the calendar.
Should return true if the given time describes a proper time in the calendar.