Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / CalendarType Property


In This Topic
    CalendarType Property
    In This Topic
    Gets or sets the type of calendar.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("CalendarType")>
    <BrowsableAttribute(True)>
    Public Property CalendarType As CalendarType
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As CalendarType
     
    instance.CalendarType = value
     
    value = instance.CalendarType
    [Foundation.Export("CalendarType")]
    [Browsable(true)]
    public CalendarType CalendarType {get; set;}
    See Also