menu
htkc_utils package
documentation
hc_utils/hc_relative_date_format.dart
HcRelativeDateFormat
toHours static method
toHours static method
dark_mode
light_mode
toHours
static method
num
toHours
(
num
date
)
Implementation
static num toHours(num date) { return toMinutes(date) / 60; }
htkc_utils package
documentation
hc_utils/hc_relative_date_format
HcRelativeDateFormat
toHours static method
HcRelativeDateFormat class