Click or drag to resize

TimeUnits Enumeration

Represents the units available for a Time value.

Namespace:  GSF.Units
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.113-beta
Syntax
public enum TimeUnits
Members
  Member nameValueDescription
Seconds0 Second time units.
Minutes1 Minute time units.
Hours2 Hour time units.
Days3 Day time units.
Weeks4 Week time units.
Ticks5 Tick time units, 100-nanosecond intervals since 1/1/0001.
AtomicUnitsOfTime6 Atomic time units.
PlanckTime7 Planck time units.
Ke8 Ke time units, traditional Chinese unit of decimal time.
See Also