Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarYearSlotLoadingEventArgs Class / IsAdjacentYear Property


In This Topic
    IsAdjacentYear Property
    In This Topic
    Gets whether or not the year is an adjacent year in the calendar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAdjacentYear As Boolean
    'Usage
     
    
    Dim instance As CalendarYearSlotLoadingEventArgs
    Dim value As Boolean
     
    value = instance.IsAdjacentYear
    public bool IsAdjacentYear {get;}
    See Also