Table of Contents
SelectedDateString Property

Gets or sets a date in as a string rather as a DateTime.

Syntax
 public String SelectedDateString { get; set; }
Remarks

This property is especially useful if you want to use data binding expression to set SelectedDate. SelectedDate can not accept a null value (or DbNull.Value), while this property can.

Note    This property is culture sensitive. It uses the system culture to format and parse date.
See Also