| 
            
              TimeUnits Enumeration
             | 
          
        
         
            Time units for time related functions.
            
 
    Namespace: 
   GrafanaAdapters
    Assembly:
   GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.2.126-beta
SyntaxPublic Enumeration TimeUnits
public enum class TimeUnits
GrafanaAdapters.TimeUnits = function();
GrafanaAdapters.TimeUnits.createEnum('GrafanaAdapters.TimeUnits', false);
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Ticks | 0 | 
            Specifies that the time is in ticks, 100-nanoseconds intervals.
             | 
 | Nanoseconds | 1 | 
            Specifies that the time is in nanoseconds.
             | 
 | Microseconds | 2 | 
            Specifies that the time is in microseconds.
             | 
 | Milliseconds | 3 | 
            Specifies that the time is in milliseconds.
             | 
 | Seconds | 4 | 
            Specifies that the time is in seconds.
             | 
 | Minutes | 5 | 
            Specifies that the time is in minutes.
             | 
 | Hours | 6 | 
            Specifies that the time is in hours.
             | 
 | Days | 7 | 
            Specifies that the time is in days.
             | 
 | Weeks | 8 | 
            Specifies that the time is in weeks.
             | 
 | Ke | 9 | 
            Specifies that the time is in ke, the traditional Chinese unit of decimal time.
             | 
 | PlanckTime | 10 | 
            Specifies that the time is in Planck time.
             | 
 | AtomicUnitsOfTime | 11 | 
            Specifies that the time is in atomic units of time.
             | 
See Also