Enum TimeSpanType
The unit type to use with a TimeSpan object.
Namespace: Phoenix.Controls.Compass
Assembly: Phoenix.Controls.Compass.dll
Syntax
public enum TimeSpanType
Fields
Name | Description |
---|---|
Days | Set the TimeSpan using Days |
Hours | Set the TimeSpan using Hours |
Milliseconds | Set the TimeSpan using Milliseconds |
Minutes | Set the TimeSpan using Minutes |
None | Used set/send a null TimeSpan |
Seconds | Set the TimeSpan using Seconds |