Detail

The Dates Filter Control Component enables the end-user to enter a pattern string that must be matched in the Dates Field for all Sample Data records returned to the client. The pattern string comprises of an inclusive range defined by an optional lower date and an optional upper date and has the following format:
 
 
 
[hh
.mm.ss.mm.dd.yyyy] - [hh.mm.ss.mm.dd.yyyy]   
   
 
 
 
For example:  
 
The following filter will return all Sample Data items whose timestamps fall between midnight on the 1st Jan 2005 and midnight on the 1st Jan 2006:
 
 
0
.0.0.1.1.2005 - 0.0.0.1.1.2005   
   
 
 
The following filter will return all Sample Data items whose timestamps fall on or before midnight on the 1st Jan 2006:
 
 
- 0
.0.0.1.1.2006   
   
 
 



Custom XML Tag  
 
Use the following XML tag to define custom Properties for the Dates Filter Control Component within your Custom XML file:  
 
 
<DatesFilterControl />  
 
 
 
 


Common Properties  
 
The Dates Filter Control Component inherits the following common Control Properties:  
 
Component Visibility Properties  
Location Properties  
Margins Properties  
Text Properties  
Image Properties  
Opacity Properties  
 
 
 
 
Default Property Values  
 
The Dates Filter Control Component has these default Property values defined.  
 
 
 

Related Topics  
 
Cookie Related Properties