Skip to main content

DateTimeRange.ToString(IFormatProvider) Method

Returns a culture-specific string representation of the time range.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.WinUI.Mvvm.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public string ToString(
    IFormatProvider provider
)

Parameters

Name Type Description
provider IFormatProvider

The culture-specific formatting information.

Returns

Type Description
String

The string that represents the range.

See Also