Click or drag to resize
Grid Solutions Framework

TimeUnits Enumeration

Time units for time related functions.

Namespace:  GrafanaAdapters
Assembly:  GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.2.126-beta
Syntax
public enum TimeUnits
Members
  Member nameValueDescription
Ticks0 Specifies that the time is in ticks, 100-nanoseconds intervals.
Nanoseconds1 Specifies that the time is in nanoseconds.
Microseconds2 Specifies that the time is in microseconds.
Milliseconds3 Specifies that the time is in milliseconds.
Seconds4 Specifies that the time is in seconds.
Minutes5 Specifies that the time is in minutes.
Hours6 Specifies that the time is in hours.
Days7 Specifies that the time is in days.
Weeks8 Specifies that the time is in weeks.
Ke9 Specifies that the time is in ke, the traditional Chinese unit of decimal time.
PlanckTime10 Specifies that the time is in Planck time.
AtomicUnitsOfTime11 Specifies that the time is in atomic units of time.
See Also