| Visual Basic (Declaration) | |
|---|---|
Public Enum enumMinuteFormat Inherits System.Enum | |
| C# | |
|---|---|
public enum enumMinuteFormat : System.Enum | |
| Member | Description |
|---|---|
| Colon | The minutes will appear with a colon and 2 digits (:00, :15) |
| Double | The minutes will appear with 2 digits (00, 15) |
| Single | The minutes will appear with 1 or 2 digits (0, 15) |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.DayView.enumMinuteFormat
Target Platforms: Current Windows operating system with .NET 8.
The minutes will appear with a colon and 2 digits (:00, :15)
The minutes will appear with 2 digits (00, 15)
The minutes will appear with 1 or 2 digits (0, 15)