Skip to main content

DxSchedulerTimeSpanRange.Parse(String, CultureInfo) Method

Converts the string representation of the time interval to its DxSchedulerTimeSpanRange equivalent.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public static DxSchedulerTimeSpanRange Parse(
    string input,
    CultureInfo culture
)

Parameters

Name Type Description
input String

The string representation of the time interval to be converted.

culture CultureInfo

Supplies culture-specific information.

Returns

Type Description
DxSchedulerTimeSpanRange

The converted time interval.

See Also