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