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