| C1.Win.Calendar Namespace > C1DateEdit Class : RetainTimeOnDateChange Property |
'Declaration<C1DescriptionAttribute("Indicates whether to retain the current time value when the date is changed via the drop down calendar.")> <C1CategoryAttribute("Behavior")> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> <LocalizableAttribute(False)> <DefaultValueAttribute()> Public Property RetainTimeOnDateChange As Boolean
'UsageDim instance As C1DateEdit Dim value As Boolean instance.RetainTimeOnDateChange = value value = instance.RetainTimeOnDateChange
[C1Description("Indicates whether to retain the current time value when the date is changed via the drop down calendar.")] [C1Category("Behavior")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Localizable(false)] [DefaultValue()] public bool RetainTimeOnDateChange {get; set;}
[C1Description("Indicates whether to retain the current time value when the date is changed via the drop down calendar.")] [C1Category("Behavior")] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] [Localizable(false)] [DefaultValue()] public: property bool RetainTimeOnDateChange { bool get(); void set ( bool value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2