Namespace: DayPilot.Web.Mvc.Enums
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public enum TimeFormat  | 
| Visual Basic | 
|---|
Public Enumeration TimeFormat  | 
| Visual C++ | 
|---|
public enum class TimeFormat  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| Clock12Hours | 0 | 12-hours time format (e.g. 2 p.m.) | |
| Clock24Hours | 1 | 24-hours time format (e.g. 14:00) | |
| Auto | 2 | Time format will be determined from the current culture |