ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / BeforeDayTooltipShowEventArgs Class / Day Property

In This Topic
    Day Property (BeforeDayTooltipShowEventArgs)
    In This Topic
    Gets the date for which tooltip is about to be shown.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Day As Date
    public DateTime Day {get;}
    See Also