Documentation / jalali-js / DateCalendar
Interface: DateCalendar
Defined in: calendar.ts:43
Extends
CalendarBase
Properties
precision
readonlyprecision:"date"
Defined in: calendar.ts:44
Overrides
CalendarBase.precision
system
readonlysystem:CalendarSystem
Defined in: calendar.ts:37
Inherited from
CalendarBase.system
Methods
daysInMonth()
daysInMonth(
year,month):number
Defined in: calendar.ts:40
Parameters
year
number
month
number
Returns
number
Inherited from
CalendarBase.daysInMonth
isLeapYear()
isLeapYear(
year):boolean
Defined in: calendar.ts:39
Parameters
year
number
Returns
boolean
Inherited from
CalendarBase.isLeapYear
today()
today():
CalendarDate
Defined in: calendar.ts:45