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