Create a new Time
optional in '00:00' format, otherwise use current time
hour in 24 hour format
minute
Minutes in day
Minutes in hour
Milliseconds in day
Milliseconds in hour
Milliseconds in minute
Parse time string
in '00:00' format
Get string representation of Time
time format
As string
Get time as string suitable for display, including AM/PM if 12hr
in '00:00' format
time format
display string
Get current time suitable for display w/o AM/PM if 12hr
= time format
display string
Convert string to current time
in '00:00' format
time in milliSeconds from epoch
Calculate time delta from now on a 24hr basis
in '00:00' format
time delta in minutes
Determine if user wants 24 hr time
time format
true for 24 hour time
Determine if current time is between start and stop, inclusive
in '00:00' format
in '00:00' format
true if in the given range
Generated using TypeDoc
Time Class