TimeSpanRange.Parse(String, CultureInfo) Method
Parses the specified string and convert it into the time span range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public static TimeSpanRange Parse(
string input,
CultureInfo culture
)
Parameters
Name | Type | Description |
---|---|---|
input | String | The string to parse. |
culture | CultureInfo | The culture-specific formatting information. |
Returns
Type | Description |
---|---|
TimeSpanRange | The range generated from the specified string. |
See Also