vega-lite-api

vl.timeHMS(field, as)

A time unit operation for hoursminutesseconds.

timeHMS Method Overview

timeHMS API Reference

# timeHMS.as(value)

The output field to write the timeUnit value.

# timeHMS.equals(equal)

Logical equals (==) comparison.

# timeHMS.field(value)

The data field to apply time unit.

# timeHMS.gt(gt)

Logical greater than (>) comparison.

# timeHMS.gte(gte)

Logical greater than or equal to (>=) comparison.

# timeHMS.inRange(…range)

Logical value in range test.

# timeHMS.lt(lt)

Logical less than (<) comparison.

# timeHMS.lte(lte)

Logical less than or equal to (<=) comparison.

# timeHMS.oneOf(…oneOf)

Logical set membership test.

# timeHMS.timeUnit(value)

The timeUnit.

# timeHMS.valid(valid)

Logical valid value test.