ComponentOne Ribbon for WinForms
RibbonTimeFormat Enumeration

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

See Also

Reference

C1.Win.C1Ribbon Namespace