islamicBcl property

CalendarSystem islamicBcl

Returns an Islamic calendar system equivalent to the one used by the BCL HijriCalendar.

This uses the IslamicLeapYearPattern.Base16 leap year pattern and the IslamicEpoch.Astronomical epoch. This is equivalent to HijriCalendar when the HijriCalendar.HijriAdjustment is 0.

see: CalendarSystem.GetIslamicCalendar

Implementation

static CalendarSystem get islamicBcl => getIslamicCalendar(IslamicLeapYearPattern.base16, IslamicEpoch.astronomical);