hour property

int hour

The hour of the day, expressed as in a 24-hour clock [0..23].

Implementation

int get hour {
  return _date.hour;
}