[]
Specifies the formatting for date and time.
public enum DateTimeFormat
Public Enum DateTimeFormat
Name | 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 |