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