getHours property

int getHours

Get the hours of the given date. The hour of the day, expressed as in a 24-hour clock 0..23.

Implementation

int get getHours => hour;