DateTimeRange.ToString(IFormatProvider) Method
Provides a culture-specific string representation of the time range.
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
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