Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarViewMode Enumeration


In This Topic
    CalendarViewMode Enumeration
    In This Topic
    Specifies constants that define the different views.
    Syntax
    'Declaration
     
    
    Public Enum CalendarViewMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CalendarViewMode
    public enum CalendarViewMode : System.Enum 
    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