Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarMonthSlotLoadingEventArgs Class / Year Property


In This Topic
    Year Property (CalendarMonthSlotLoadingEventArgs)
    In This Topic
    Gets the year.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Year As Integer
    'Usage
     
    
    Dim instance As CalendarMonthSlotLoadingEventArgs
    Dim value As Integer
     
    value = instance.Year
    public int Year {get;}
    See Also