'Declaration
Public Enum DateTimeFormat Inherits System.Enum
'Usage
Dim instance As DateTimeFormat
public enum DateTimeFormat : System.Enum
'Declaration
Public Enum DateTimeFormat Inherits System.Enum
'Usage
Dim instance As DateTimeFormat
public enum DateTimeFormat : System.Enum
Member | Description |
---|---|
LongDate | Uses the long form for the date |
LongDateWithTime | Uses the long form for the date and time |
ShortDate | Uses the abbreviated form for the date |
ShortDateWithTime | Uses the abbreviated form for the date and time |
TimeOnly | Uses the time only (no date) |
UserDefined | Uses the user-defined date and time format |
System.Object
System.ValueType
System.Enum
FarPoint.Win.Spread.CellType.DateTimeFormat