Back to Devexpress

DxSchedulerTimeSpanRange.Parse(String, CultureInfo) Method

blazor-devexpress-dot-blazor-dot-dxschedulertimespanrange-dot-parse-x28-system-dot-string-system-dot-globalization-dot-cultureinfo-x29.md

latest1.3 KB
Original Source

DxSchedulerTimeSpanRange.Parse(String, CultureInfo) Method

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

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public static DxSchedulerTimeSpanRange Parse(
    string input,
    CultureInfo culture
)

Parameters

NameTypeDescription
inputString

The string representation of the time interval to be converted.

| | culture | CultureInfo |

Supplies culture-specific information.

|

Returns

TypeDescription
DxSchedulerTimeSpanRange

The converted time interval.

|

See Also

DxSchedulerTimeSpanRange Class

DxSchedulerTimeSpanRange Members

DevExpress.Blazor Namespace