Skip to content

Documentation / jalali-js / DateCalendar

Interface: DateCalendar

Defined in: calendar.ts:38

Extends

  • CalendarBase

Properties

precision

readonly precision: "date"

Defined in: calendar.ts:39

Overrides

CalendarBase.precision


system

readonly system: CalendarSystem

Defined in: calendar.ts:32

Inherited from

CalendarBase.system

Methods

daysInMonth()

daysInMonth(year, month): number

Defined in: calendar.ts:35

Parameters

year

number

month

number

Returns

number

Inherited from

CalendarBase.daysInMonth


isLeapYear()

isLeapYear(year): boolean

Defined in: calendar.ts:34

Parameters

year

number

Returns

boolean

Inherited from

CalendarBase.isLeapYear


today()

today(): CalendarDate

Defined in: calendar.ts:40

Returns

CalendarDate