Time #

Create a TimeClass from a time string or number.

Time (
value?:TimeValue ,

A value which reprsents time

units?:TimeBaseUnit

The value's units if they can't be inferred by the value.

) => TimeClass<Seconds >