ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1DateEdit Class / RetainTimeOnDateChange Property

In This Topic
    RetainTimeOnDateChange Property
    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