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


In This Topic
    Date Property (CalendarDaySlotLoadingEventArgs)
    In This Topic
    Gets the date information for the current day slot.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Date As Date
    'Usage
     
    
    Dim instance As CalendarDaySlotLoadingEventArgs
    Dim value As Date
     
    value = instance.Date
    public DateTime Date {get;}
    See Also