Skip to main content
A newer version of this page is available.

DxSchedulerTimeSpanRange.ToString() Method

Returns the time interval’s textual representation.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public override string ToString()

Returns

Type Description
String

The time interval’s textual representation.

Remarks

This method returns the values of the Start and End properties:

Start-End

The default time format: “d\.hh\:mm\:ss\.fff“.s

See Also