W3cubDocs

/OpenLayers

ol/format/filter/During~During


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

Represents a <During> comparison operator.

new During(propertyName, begin, end)

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

  • Comparison

© 2005-present, OpenLayers Contributors All rights reserved.Licensed under the BSD 2-Clause License.
https://openlayers.org/en/latest/apidoc/module-ol_format_filter_During-During.html