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


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