Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarHeaderLoadingEventArgs Class / Date Property


In This Topic
    Date Property (CalendarHeaderLoadingEventArgs)
    In This Topic
    The displaying date.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Date As Date
    'Usage
     
    
    Dim instance As CalendarHeaderLoadingEventArgs
    Dim value As Date
     
    value = instance.Date
    public DateTime Date {get;}
    See Also