| Visual Basic (Declaration) | |
|---|---|
Public Enum enumTimeType Inherits System.Enum | |
| C# | |
|---|---|
public enum enumTimeType : System.Enum | |
| Member | Description |
|---|---|
| Full | Both the hours and minutes will be placed on a single line. |
| Split | Minutes are place on individual lines and hours are placed within a block of those minutes. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.DayView.enumTimeType
Target Platforms: Current Windows operating system with .NET 8.
Both the hours and minutes will be placed on a single line.
Minutes are place on individual lines and hours are placed within a block of those minutes.