Hours property

int Hours

Gets the number of hours (truncated).

@return the number of hours.

Implementation

int get Hours {
  return ((this.time / 1000) / 60) ~/ 60;
}