getEra method

  1. @override
int getEra()
override

The era of this date: a calendar-specific code (e.g. 1 = CE, -1 = BCE for the Gregorian calendar).

Implementation

@override
int getEra() => _toCalendarDate().getEra();