Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonTimeFormat Enumeration

In This Topic
    RibbonTimeFormat Enumeration
    In This Topic
    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.Ribbon.RibbonTimeFormat

    See Also