DateSeparator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class DateSeparator
public enum DateSeparator
type DateSeparator =
Public Enum DateSeparator
- Inheritance
-
DateSeparator
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Space | 1 | |
Dot | 2 | |
Hyphen | 3 | |
Slash | 4 | |
Auto | 99 |