Calendar
A Temporal.Calendar
is a representation of a calendar system. It includes information about how many days are in each year, how many months are in each year, how many days are in each month, and how to do arithmetic in that calendar system.
See https://tc39.es/proposal-temporal/docs/calendar.html for more details.
Functions
Link copied to clipboard
open override fun dateFromFields(fields: CalendarProtocol.DateFromFields, options: AssignmentOptions): PlainDate
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun monthDayFromFields(fields: CalendarProtocol.MonthDayFromFields, options: AssignmentOptions): PlainMonthDay
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun yearMonthFromFields(fields: CalendarProtocol.YearMonthFromFields, options: AssignmentOptions): PlainYearMonth
Link copied to clipboard