Share via


TimeSpanToDoubleConverter.ConvertBack Method

Definition

Converts a System.Double (value should be in seconds) to a System.TimeSpan value.

public object? ConvertBack(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);

Parameters

value
System.Object

The System.Double value (in seconds) to convert.

targetType
System.Type

The type of the binding target property. This is not implemented.

parameter
System.Object

Additional parameter for the converter to handle. This is not implemented.

culture
System.Globalization.CultureInfo

The culture to use in the converter. This is not implemented.

Returns

System.Object

The System.TimeSpan value representing the converted System.Double value.

Implements

Applies to