Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / DateChangingEventArgs Class / OldDay Property

In This Topic
    OldDay Property (DateChangingEventArgs)
    In This Topic
    Gets the date of the old day.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OldDay As Date
    public DateTime OldDay {get;}
    See Also