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

DxSchedulerTimeSpanRange.ToString(String, IFormatProvider) Method

Returns the time interval’s textual representation based on the specified format and culture-specific formatting information.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public string ToString(
    string format,
    IFormatProvider provider
)

Parameters

Name Type Description
format String

The format string.

provider IFormatProvider

Supplies culture-specific formatting information.

Returns

Type Description
String

The time interval’s textual representation.

Remarks

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

Start-End

See Also