Method | Description | |
---|---|---|
Convert ( object value, |
Converts the value in seconds to a label in the form
|
|
ConvertBack ( object value, |
Performs inverse conversion. This method splits the string and convert them in a time value expressed in seconds
|
|
LengthConverter ( ) : System |
Default constructor
|
|
ProvideValue ( IServiceProvider serviceProvider ) : object |
Method needed for the extension system. Return the current instance.
|
public Convert ( object value, |
||
value | object | Time value in seconds |
targetType | Unused param | |
parameter | object | Unused param |
culture | System | Unused param |
return | object |
public ConvertBack ( object value, |
||
value | object | String containing time value information in the form |
targetType | Unused param | |
parameter | object | Unused param |
culture | System | Unused param |
return | object |
public ProvideValue ( IServiceProvider serviceProvider ) : object | ||
serviceProvider | IServiceProvider | |
return | object |