Skip to main content

DateTimeRange.ToString(IFormatProvider) Method

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

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