ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / TodayDate Property

In This Topic
    TodayDate Property
    In This Topic
    Gets or sets the value that is used by DateEditMonthCalendar as today's date. The default value is the current system date.
    Syntax
    'Declaration
     
    
    Public Property TodayDate As Date
    public DateTime TodayDate {get; set;}
    See Also