Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.SelectedDateString Property

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

[Visual Basic]
Public Property SelectedDateString As String
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic