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.260-beta+13787b6b78c2a05e0f5d0ff4ef1e17ab745e4b5e
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