Enum TimeUnit
Specifies the unit of time - typically used with a TimeSpan.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public enum TimeUnit
Fields
Name | Description |
---|---|
Days | Indicates a time unit of Days. |
Hours | Indicates a time unit of Hours. |
Milliseconds | Indicates a time unit of Milliseconds. |
Minutes | Indicates a time unit of Minutes. |
Seconds | Indicates a time unit of Seconds. |
Ticks | Indicates a time unit of Ticks, where one Tick is equal to 100 nanoseconds. |