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

DateTimeRange.ToString(IFormatProvider) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v19.1.dll

Declaration

public string ToString(
    IFormatProvider provider
)

Parameters

Name Type Description
provider IFormatProvider

An object, implementing the IFormatProvider interface, which specifies the datetime formatting template.

Returns

Type Description
String

A string value representing the DateTimeRange object.

See Also