Enum which describes the date/time indicator separators appearance.
| Enumerator |
|---|
| BCGP_NUMERIC_DATETIME_SEPARATOR_NONE |
Separators are not displayed and there is no space between parts.
|
| BCGP_NUMERIC_DATETIME_SEPARATOR_SPACE |
Separators are not displayed and there is a space between parts.
|
| BCGP_NUMERIC_DATETIME_SEPARATOR_DOT |
Dot character is displayed between parts.
|
| BCGP_NUMERIC_DATETIME_SEPARATOR_COLON |
Colon character is displayed between parts.
|
| BCGP_NUMERIC_DATETIME_SEPARATOR_MINUS |
Minus character is displayed between parts.
|
| BCGP_NUMERIC_DATETIME_SEPARATOR_SLASH |
Slash character is displayed between parts.
|