new ol.format.filter.During(propertyName, begin, end)
src/ol/format/filter/during.js, line 18
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. |