Options for the time format.
Namespace:
DayPilot.Web.Ui.EnumsAssembly: DayPilot (in DayPilot.dll) Version: 5.8.1956.0 (5.8.1956.0)
Syntax
| C# |
|---|
public enum TimeFormat |
| Visual Basic (Declaration) |
|---|
Public Enumeration TimeFormat |
| Visual C++ |
|---|
public enum class TimeFormat |
Members
| Member name | Description | |
|---|---|---|
| Clock12Hours |
12-hours time format (e.g. 2 p.m.)
| |
| Clock24Hours |
24-hours time format (e.g. 14:00)
| |
| Auto |
Time format will be determined from the current culture
|