| Visual Basic (Declaration) | |
|---|---|
Public Enum enumViewType Inherits System.Enum | |
| C# | |
|---|---|
public enum enumViewType : System.Enum | |
| Member | Description |
|---|---|
| Day | The calendar is showing the individual days in a month. |
| Decade | The calendar is showing all 10 decades of the current century, as well as the last decade of the previous century and the first of the next century. |
| Month | The calendar is showing the months of a year |
| Year | The calendar is showing all 10 years of the current decade, as well as the last year of the previous decade and the first year of the next decade. |
System.Object
System.ValueType
System.Enum
Dbi.WinControl.Date.enumViewType
Target Platforms: Current Windows operating system with .NET 8.