vl.day(field, as)
A time unit operation for day
.
day
Method Overviewday
API Reference# day.as(value)
The output field to write the timeUnit value.
# day.equals(equal)
Logical equals (==) comparison.
# day.field(value)
The data field to apply time unit.
# day.gt(gt)
Logical greater than (>) comparison.
# day.gte(gte)
Logical greater than or equal to (>=) comparison.
# day.inRange(…range)
Logical value in range test.
# day.lt(lt)
Logical less than (<) comparison.
# day.lte(lte)
Logical less than or equal to (<=) comparison.
# day.oneOf(…oneOf)
Logical set membership test.
# day.timeUnit(value)
The timeUnit.
# day.valid(valid)
Logical valid value test.