Provides the type of time standards which JulianDate can take as input.
        
        
See:
        Source: 
        Core/TimeStandard.js, line 16
    
    
Members
- 
    staticTimeStandard.TAI
- 
    
    Represents the International Atomic Time (TAI) time standard. TAI is the principal time standard to which the other time standards are related.Source: Core/TimeStandard.js, line 31
- 
    staticTimeStandard.UTC
- 
    
    Represents the coordinated Universal Time (UTC) time standard. UTC is related to TAI according to the relationshipUTC = TAI - deltaTwheredeltaTis the number of leap seconds which have been introduced as of the time in TAI.Source: Core/TimeStandard.js, line 25
