persianSimple property

CalendarSystem persianSimple

Returns a Persian (also known as Solar Hijri) calendar system implementing the behaviour of the BCL PersianCalendar before .NET 4.6, and the sole Persian calendar in Time Machine 1.3.

This implementation uses a simple 33-year leap cycle, where years 1, 5, 9, 13, 17, 22, 26, and 30 in each cycle are leap years.

Implementation

static CalendarSystem get persianSimple => _PersianCalendars.simple;