hour property

int get hour

The hour component of the time (0-23) in UTC

Implementation

int get hour => _dateTime.hour;