TimeSpanRange.Parse(String, CultureInfo) Method
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v25.2.dll
Declaration
Parameters
| Name | Type |
|---|---|
| input | String |
| culture | CultureInfo |
Returns
| Type |
|---|
| TimeSpanRange |
See Also
Namespace: DevExpress.Mvvm
Assembly: DevExpress.Mvvm.v25.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 |