Documentation / jalali-js / DateCalendar
Interface: DateCalendar
Defined in: calendar.ts:38
Extends
CalendarBase
Properties
precision
readonlyprecision:"date"
Defined in: calendar.ts:39
Overrides
CalendarBase.precision
system
readonlysystem: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