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

TimeSpanRange.TryParse(String, CultureInfo, out TimeSpanRange) Method

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public static bool TryParse(
    string input,
    CultureInfo culture,
    out TimeSpanRange result
)

Parameters

Name Type
input String
culture CultureInfo
result TimeSpanRange

Returns

Type
Boolean
See Also