TimeSeparator 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 TimeSeparator
public enum TimeSeparator
type TimeSeparator =
Public Enum TimeSeparator
- Inheritance
-
TimeSeparator
Fields
Name | Value | Description |
---|---|---|
Colon | 1 | |
Dot | 2 | |
Space | 3 | |
Comma | 4 | |
Slash | 5 | |
Auto | 99 |