DateTimeRange.ToString(IFormatProvider) Method
Returns a culture-specific display text string of the time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public string ToString(
IFormatProvider provider
)
Parameters
| Name | Type | Description |
|---|---|---|
| provider | IFormatProvider | An object that exposes the |
Returns
| Type | Description |
|---|---|
| String | The time range as a text string. |
See Also