hourOfDay property

int hourOfDay

Implementation

int get hourOfDay => arithmeticMod((_milliseconds ~/ TimeConstants.millisecondsPerHour), TimeConstants.hoursPerDay);