ClockMode 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.
Enumerates the valid display formats for the clock.
public enum ClockMode
type ClockMode =
Public Enum ClockMode
- Inheritance
-
ClockMode
Fields
Name | Value | Description |
---|---|---|
Short | 1 | Displays a clock with "M:SS" format. |
Normal | 2 | Displays a clock with "MM:SS" format. |
Hours12 | 3 | Displays a 12 hour clock with "HH:MM:SS" format. |
Hours24 | 4 | Displays a 24 hour clock with "HH:MM:SS" format. |