useHijriDates property

bool useHijriDates
final

Whether to use Hijri dates instead of Gregorian dates

When true, the calendar will use Hijri calendar system with hijriMinDate, hijriMaxDate, hijriInitialDate When false (default), the calendar will use Gregorian calendar system with minDate, maxDate, initialDate Default value is false

Implementation

final bool useHijriDates;