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