NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimePicker.Value

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);

See Also

DateTimePicker Class | DateTimePicker Members | System.WinForms Namespace | ShowNone