Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeFormat Enumeration


DateTimeFormat Enumeration
Specifies the formatting for date and time.
Syntax
'Declaration
 
Public Enum DateTimeFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As DateTimeFormat
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