Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeFormat Enumeration


In This Topic
    DateTimeFormat Enumeration
    In This Topic
    Specifies the formatting for date and time.
    Syntax
    'Declaration
     
    
    Public Enum DateTimeFormat 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DateTimeFormat
    public enum DateTimeFormat : System.Enum 
    Members
    MemberDescription
    LongDateUses the long form for the date
    LongDateWithTimeUses the long form for the date and time
    ShortDateUses the abbreviated form for the date
    ShortDateWithTimeUses the abbreviated form for the date and time
    TimeOnlyUses the time only (no date)
    UserDefinedUses the user-defined date and time format
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellType.DateTimeFormat

    See Also