Skip to main content

KnownDate.ToString() Method

Returns the textual representation of KnownDate.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public override string ToString()

Returns

Type Description
String

A String value.

Remarks

The ToString method returns the string representation of the date (in the short date format) with the date’s name appended.

See Also