Class MillisecondToTextConverter
Class that the XAML parser uses to convert milliseconds to Text format.
Inheritance
System.Object
MillisecondToTextConverter
Assembly: Tizen.Wearable.CircularUI.Forms.dll
Syntax
public class MillisecondToTextConverter : IValueConverter
Methods
Convert(Object, Type, Object, CultureInfo)
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.Globalization.CultureInfo |
culture |
|
Returns
Type |
Description |
System.Object |
|
ConvertBack(Object, Type, Object, CultureInfo)
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
System.Type |
targetType |
|
System.Object |
parameter |
|
System.Globalization.CultureInfo |
culture |
|
Returns
Type |
Description |
System.Object |
|