month constant

Unit const month

A unit of duration equal to one twelfth of a year (standard name month).

Implementation

static const Unit month = TransformedUnit(
    SI.second, RationalConverter._(RationalNumber._(31556952, 12)));