Class: During

ol/format/filter/During~During


import During from 'ol/format/filter/During';

Represents a <module:ol/format/filter/During~During> comparison operator.

new During(propertyName, begin, end)

format/filter/During.js, line 11
Name Type Description
propertyName string

Name of the context property to compare.

begin string

The begin date in ISO-8601 format.

end string

The end date in ISO-8601 format.

Extends