| Visual Basic (Declaration) | |
|---|---|
Public Enum enumAmPmPosition Inherits System.Enum | |
| C# | |
|---|---|
public enum enumAmPmPosition : System.Enum | |
| Member | Description |
|---|---|
| InMinutes | Am/Pm will be displayed in the minutes. |
| Invisible | Am/Pm will not be displayed. |
| UnderHour | Am/Pm will be displayed under the hour. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.DayView.enumAmPmPosition
Target Platforms: Current Windows operating system with .NET 8.
Am/Pm will be displayed in the minutes.
Am/Pm will not be displayed.
Am/Pm will be displayed under the hour.