C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputTimeFormat Enumeration

InputTimeFormat Enumeration
Selects a standard format pattern for the InputTimePicker.
Syntax
'Declaration
 
Public Enum InputTimeFormat 
   Inherits System.Enum
 
Members
MemberDescription
CustomThe time is converted to a string using the custom format pattern.
LongTimeThe time is converted to a string using the format pattern for a long time value.
ShortTimeThe time is converted to a string using the format pattern for a short time value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.InputPanel.InputTimeFormat

See Also