- 
    
    
    
    
    
        
Name Type Description propertyNamestring Name of the context property to compare.
beginstring The begin date in ISO-8601 format.
endstring The end date in ISO-8601 format.
 
Extends
- module:ol/format/filter/Comparison~Comparison
 
 OpenLayers
        
        
        
      import During from 'ol/format/filter/During';
      
    
    Represents a <During> comparison operator.
| 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.  |