hour property

int get hour

Gets the hour of the day (0-23).

Implementation

int get hour => _dateTime.hour;