hour property

int hour

The hour of the day.

Implementation

int get hour => _dateTime.hour;
void hour=(int hour)

Implementation

set hour(int hour) => _dateTime = DateTime(0, 0, 0, hour, minute);