Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule 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 System.Date
    public System.DateTime Day {get;}
    See Also