flexiciousNmsp.DateRange Class
Given a date range, sets the startDate and endDate values to the appropraite values.
Constructor
flexiciousNmsp.DateRange
    
        
            (
    
    
    
    
    
    
    
    
    
    - 
                    
                        
dateRangeType - 
                    
                        
startDate - 
                    
                        
endDate 
Parameters:
- 
                    
                        
dateRangeTypeObjectOne of the DATE_RANGE constants
 - 
                    
                        
startDateObjectStart Date of the custom date range. Only required where dateRangeType=DateRange.DATE_RANGE_CUSTOM
 - 
                    
                        
endDateObjectEnd Date of the custom date range. Only required where dateRangeType=DateRange.DATE_RANGE_CUSTOM
 
