Days property
int
get
Days
Gets the number of days (truncated).
@return the number of days.
Implementation
int get Days {
return (((this.time / 1000) / 60) / 60) ~/ 24;
}
Gets the number of days (truncated).
@return the number of days.
int get Days {
return (((this.time / 1000) / 60) / 60) ~/ 24;
}