TimeSpanRange.Parse(String, CultureInfo) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
Declaration
Parameters
Name | Type |
---|---|
input | String |
culture | CultureInfo |
Returns
Type |
---|
TimeSpanRange |
See Also
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v24.2.dll
public static TimeSpanRange Parse(
string input,
CultureInfo culture
)
Public Shared Function Parse(
input As String,
culture As CultureInfo
) As TimeSpanRange
Name | Type |
---|---|
input | String |
culture | CultureInfo |
Type |
---|
TimeSpanRange |
No
Your feedback is appreciated.