Skip to main content
A newer version of this page is available. .

TimeSpanRange.Parse(String, CultureInfo) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public static TimeSpanRange Parse(
    string input,
    CultureInfo culture
)

Parameters

Name Type
input String
culture CultureInfo

Returns

Type
TimeSpanRange
See Also