C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarViewMode Enumeration


CalendarViewMode Enumeration
Specifies constants that define the different views.
Syntax
'Declaration
 
Public Enum CalendarViewMode 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalendarViewMode
Members
MemberDescription
Decade Displays the years of the decade.
Month Displays the days of the month.
Year Displays the months of the year.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Android.Calendar.CalendarViewMode

See Also