Constants related to ISO8601 support.
        
        
    
    Members
- 
    staticIso8601.MAXIMUM_INTERVAL
- 
    
    ATimeIntervalrepresenting the largest interval representable by an ISO8601 interval. This is equivalent to the interval string '0000-01-01T00:00:00Z/9999-12-31T24:00:00Z'Source: Core/Iso8601.js, line 46
- 
    staticIso8601.MAXIMUM_VALUE
- 
    
    AJulianDaterepresenting the latest time representable by an ISO8601 date. This is equivalent to the date string '9999-12-31T24:00:00Z'Source: Core/Iso8601.js, line 40
- 
    staticIso8601.MINIMUM_VALUE
- 
    
    AJulianDaterepresenting the earliest time representable by an ISO8601 date. This is equivalent to the date string '0000-01-01T00:00:00Z'Source: Core/Iso8601.js, line 34
