Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / AmPmPattern Enumeration


In This Topic
    AmPmPattern Enumeration
    In This Topic
    Defines what kind of pattern will be display in the DateAmPmField.
    Syntax
    'Declaration
     
    Public Enum AmPmPattern 
       Inherits System.Enum
    'Usage
     
    Dim instance As AmPmPattern
    public enum AmPmPattern : System.Enum 
    Members
    MemberDescription
    AbbreviatedAmPmDesignatorDisplay an abbreviated AM/PM string.
    AmPmDesignatorDisplay a full AM/PM string.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.AmPmPattern

    See Also