Days property

int Days

Gets the number of days (truncated).

@return the number of days.

Implementation

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