ConceptHMI Web Help
TimeSpanInputMode Enumeration
Describes the different types of user input mode for a System.TimeSpan.
Syntax
public enum TimeSpanInputMode : System.Enum 
Members
MemberValueDescription
All0Indicates a combination of all others user input type. A valid user input would be for instance: 23d41min22s.
Days1Indicates that the user input value is an amount of days.
Hours2Indicates that the user input value is an amount of hours.
Milliseconds5Indicates that the user input value is an amount of milliseconds.
Minutes3Indicates that the user input value is an amount of minutes.
Seconds4Indicates that the user input value is an amount of seconds.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Concept.Utils.Wpf.TimeSpanInputMode

Requirements

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

See Also

Reference

Concept.Utils.Wpf Namespace

 

 


© 2016 Objectis

Send Feedback