'DeclarationPublic Enum DateTimeFormat Inherits System.Enum
'UsageDim instance As DateTimeFormat
public enum DateTimeFormat : System.Enum
'DeclarationPublic Enum DateTimeFormat Inherits System.Enum
'UsageDim 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