DateSeparator Property

Gets or sets the value that separates the components of a date, that is, the year, month, and day.

Syntax

Public Property DateSeparator As DateSeparator

Applies To

Grid Object

Data Type

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.