The value displayed in the control. If ShowCheckBox is true, setting the value to null has the effect of selecting a null date. Otherwise, if ShowCheckBox is false, then setting the value to null will cause the current date and time to be selected.
[Visual Basic] Public Property Value As DateTime [C#] public DateTime Value {get; set;} [C++] public: __property DateTime get_Value(); public: __property void set_Value(DateTime); [JScript] public function get Value() : DateTime; public function set Value(DateTime);
DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace | ShowNone