Gets or sets the value that separates the components of a date, that is, the year, month, and day.
Public Property DateSeparator As DateSeparator
Grid Object
Enumerated
The following settings are available:
| Constant | Value | Description | 
| Dash | 0 | The separator is the dash (-) character. | 
| Slash | 1 | The separator is the slash (/) character. | 
| Dot | 2 | The separator is the dot (.) character. | 
| System | 3 | Holds the value which is specified by Regional Settings in the Windows Control Panel. |