units property

List<Units> units
final

List of units to use. It can be one, or a combination of any, of the following Units.year, Units.month, Units.week, Units.day, Units.hour, Units.minute, Units.second, Units.millisecond.

Implementation

final List<Units> units;