|
TimeUnit Enumeration
|
Represents the units available for a
Time value.
Namespace: GSF.UnitsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax Public Enumeration TimeUnit
public enum class TimeUnit
GSF.Units.TimeUnit = function();
GSF.Units.TimeUnit.createEnum('GSF.Units.TimeUnit', false);
Members Member name | Value | Description |
---|
Seconds | 0 |
Second time units.
|
Minutes | 1 |
Minute time units.
|
Hours | 2 |
Hour time units.
|
Days | 3 |
Day time units.
|
Weeks | 4 |
Week time units.
|
Ticks | 5 |
Tick time units, 100-nanosecond intervals since 1/1/0001.
|
AtomicUnitsOfTime | 6 |
Atomic time units.
|
PlanckTime | 7 |
Planck time units.
|
Ke | 8 |
Ke time units, traditional Chinese unit of decimal time.
|
See Also