Class Val.Time
- Description
Lightweight time type. Stores absolute times in a day with nanosecond resolution. Normalised value range is between
00:00:00.000000000
and23:59:59.999999999
. Values outside this range are accepted, and have arithmetically sound results. Supports arithmetic with Interval and Date objects. Cast it toint
orfloat
to obtain seconds since00:00
.- See also
- Inherit
Timebase
inherit Timebase : Timebase