Skip to content

getDaysInHijriMonth

github-actions[bot] edited this page May 30, 2026 · 1 revision

date-fns-hijri v1.0.1


date-fns-hijri / getDaysInHijriMonth

Function: getDaysInHijriMonth()

getDaysInHijriMonth(hy, hm, options?): number

Defined in: src/index.ts:107

Get the number of days in a Hijri month (29 or 30).

Parameters

hy

number

hm

number

options?

ConversionOptions

Returns

number

Throws

If the year is outside the calendar's supported range.

Clone this wiki locally