hs property

Time get hs

Creates a Time instance from this numerical value in Hectoseconds (hs).

Implementation

Time get hs => Time(toDouble(), TimeUnit.hectosecond);