TimeFormat Enumeration
Enumeration of time formats.
Members
| Name | Value | Description |
|---|---|---|
| None | 0 | Show Date and time using toISOString |
| Short | 1 | Show Date using toLocaleDateString |
| Long | 2 | Show Date Time using toLocaleString |
Defined in
Last Updated: 30 November, 2023