'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.BindableAttribute(True)> <System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <SRDescriptionAttribute("DateTimePickerValueDescr")> Public Property Value As System.Date
'Usage
Dim instance As NDateTimePicker Dim value As System.Date instance.Value = value value = instance.Value
[SRCategory("CatBehavior")] [System.ComponentModel.Bindable(true)] [System.ComponentModel.RefreshProperties(RefreshProperties.All)] [SRDescription("DateTimePickerValueDescr")] public System.DateTime Value {get; set;}