C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / C1Calendar Class
Members


C1Calendar Class
Represents a month calendar with the ability to interactively navigate through months and select a specific System.DateTime value or a range of dates.
Object Model
C1Calendar ClassC1Thickness StructureC1Animation ClassCalendarViewModeAnimation Class
Syntax
'Declaration
 
<C1LicensedControlAttribute()>
<Android.Runtime.RegisterAttribute("android/widget/FrameLayout", 
   DoNotGenerateAcw=True, 
   ApiSince=1)>
Public Class C1Calendar 
   Inherits Android.Widget.FrameLayout
   Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.IViewManager, Android.Views.IViewParent, Android.Views.KeyEvent.ICallback, C1.Android.Core.IDependencyObject, C1.Android.Core.IFlowDirection, Java.Interop.IJavaPeerable 
 
'Usage
 
Dim instance As C1Calendar
Inheritance Hierarchy

System.Object
   Java.Lang.Object
      Android.Views.View
         Android.Views.ViewGroup
            Android.Widget.FrameLayout
               C1.Android.Calendar.C1Calendar

See Also