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.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
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