ComponentOne Xamarin.Android
CalendarType Property


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > C1Calendar Class : CalendarType Property
Gets or sets the type of calendar.
Syntax
'Declaration
 
Public Property CalendarType As CalendarType
'Usage
 
Dim instance As C1Calendar
Dim value As CalendarType
 
instance.CalendarType = value
 
value = instance.CalendarType
public CalendarType CalendarType {get; set;}
See Also

Reference

C1Calendar Class
C1Calendar Members