Concept.Utils.Wpf Assembly > Concept.Utils.Wpf Namespace : TimeSpanInputMode Enumeration |
public enum TimeSpanInputMode : System.Enum
Member | Value | Description |
---|---|---|
All | 0 | Indicates a combination of all others user input type. A valid user input would be for instance: 23d41min22s. |
Days | 1 | Indicates that the user input value is an amount of days. |
Hours | 2 | Indicates that the user input value is an amount of hours. |
Milliseconds | 5 | Indicates that the user input value is an amount of milliseconds. |
Minutes | 3 | Indicates that the user input value is an amount of minutes. |
Seconds | 4 | Indicates that the user input value is an amount of seconds. |
System.Object
System.ValueType
System.Enum
Concept.Utils.Wpf.TimeSpanInputMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2