ComponentOne InputPanel for WinForms
InputTimeFormat Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputTimeFormat Enumeration
Selects a standard format pattern for the InputTimePicker.
Syntax
'Declaration
 
Public Enum InputTimeFormat 
   Inherits System.Enum
public enum InputTimeFormat : 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.C1InputPanel.InputTimeFormat

See Also

Reference

C1.Win.C1InputPanel Namespace