menu
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer.dart
StopWatchTimer
getRawHours static method
getRawHours static method
dark_mode
light_mode
getRawHours
static method
int
getRawHours
(
int
milliSecond
)
Get Raw Hours.
Implementation
static int getRawHours(int milliSecond) => (milliSecond / (3600 * 1000)).floor();
gnums_utility_widgets package
documentation
dependencies/stop_watch_timer/stop_watch_timer
StopWatchTimer
getRawHours static method
StopWatchTimer class