monthGeez property

String? monthGeez
override

The month name for the current EtDatetime instance.

Implementation

String? get monthGeez => _months[(month - 1) % 13];