Enum TimeFormat
Specifies whether time is displayed in 24-hour format or 12-hour format (with AM/PM).
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public enum TimeFormat
Fields
| Name | Description |
|---|---|
| Hour12 | 12-hour format with AM/PM (e.g., 2:30 PM). |
| Hour24 | 24-hour format (e.g., 14:30). |