Enum TimeUnit
- Namespace
- Cuemon
- Assembly
- Cuemon.Core.dll
Specifies the unit of time - typically used with a TimeSpan.
public enum TimeUnit
Fields
Days = 0
Indicates a time unit of Days.
Hours = 1
Indicates a time unit of Hours.
Milliseconds = 4
Indicates a time unit of Milliseconds.
Minutes = 2
Indicates a time unit of Minutes.
Seconds = 3
Indicates a time unit of Seconds.
Ticks = 5
Indicates a time unit of Ticks, where one Tick is equal to 100 nanoseconds.