[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.C1DateTimePicker.ToString

ToString Method

ToString()

Provides a text representation of the DateTime property.

Declaration
public override string ToString()
Returns
Type Description
string

A text representation of the selected date, or an empty string if DateTime is a null reference.

Overrides