dbicDate Send comments on this topic.
enumViewType Enumeration
See Also  
dbicDate Assembly > Dbi.WinControl.Date Namespace : enumViewType Enumeration

The available displays when using the ExtendedView functionality

Syntax

Visual Basic (Declaration) 
Public Enum enumViewType 
   Inherits System.Enum
C# 
public enum enumViewType : System.Enum 

Members

MemberDescription
DayThe calendar is showing the individual days in a month.
DecadeThe 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.
MonthThe calendar is showing the months of a year
YearThe 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.Date.enumViewType

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also