DxSchedulerTimeSpanRange.TryParse(String, CultureInfo, out DxSchedulerTimeSpanRange) Method
In This Article
Converts the string representation of the time interval to its DxSchedulerTimeSpanRange equivalent, and returns whether the conversion succeeded.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public static bool TryParse(
string input,
CultureInfo culture,
out DxSchedulerTimeSpanRange result
)
#Parameters
Name | Type | Description |
---|---|---|
input | String | The string representation of the time interval to be converted. |
culture | Culture |
Supplies culture-specific information. |
result | Dx |
If conversion succeeded, specifies the converted time interval. |
#Returns
Type | Description |
---|---|
Boolean |
|
See Also