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