Click or drag to resize

TimeUnit Enumeration

Represents the units available for a Time value.

Namespace: GSF.Units
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.251-beta+c370f3da3791592278238855631f53a5ff418c68
Syntax
public enum TimeUnit
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