public enum TimeUnitPublic Enumeration TimeUnitpublic enum class TimeUnitGemstone.Units.TimeUnit = function();
Gemstone.Units.TimeUnit.createEnum('Gemstone.Units.TimeUnit', false);| 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. |
| GetDescription |
Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name
if no description is available.
(Defined by EnumExtensions) |
| GetFormattedName |
Retrieves a formatted name of the value that this Enum represents for visual display.
Enum string name is converted to a label with spaces before each capital letter, other than the first.
(Defined by EnumExtensions) |