ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / DateEditMonthCalendar Class / ShouldSerializeTodayDate Method

In This Topic
    ShouldSerializeTodayDate Method
    In This Topic
    Indicates whether the TodayDate property should be persisted.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeTodayDate() As Boolean
    protected bool ShouldSerializeTodayDate()

    Return Value

    true if the TodayDate property value has been changed from its default; otherwise, false.
    See Also