ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1DateEdit Class / RetainTimeOnDateChange Property

In This Topic
    RetainTimeOnDateChange Property (C1DateEdit)
    In This Topic
    Gets or sets a value indicating whether to retain the current time value when the date is changed via the drop down calendar.
    Syntax
    'Declaration
     
    
    Public Property RetainTimeOnDateChange As Boolean
    public bool RetainTimeOnDateChange {get; set;}
    See Also