TimeUnit Enumeration

Represents the units available for a Time value.

Definition

Namespace: Gemstone.Units
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.137 -- Release Build+84492f84208b356bfb930d6c506a4bce06d2449a
public enum TimeUnit

Members

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