Class SecondsConverter
Represents a SecondsConverter class.
Inheritance
System.Object
SecondsConverter
Implements
System.Windows.Data.IValueConverter
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class SecondsConverter : IValueConverter
Constructors
SecondsConverter()
Declaration
public SecondsConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts seconds value to rotate corner of the SecondsHand.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | current date/time value |
System.Type | targetType | This parameter is not used. The TargetType |
System.Object | parameter | This parameter is not used. The object |
System.Globalization.CultureInfo | culture | This parameter is not used. The culture |
Returns
Type | Description |
---|---|
System.Object | converted value |
ConvertBack(Object, Type, Object, CultureInfo)
Empty converter.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
System.Object | value | This parameter is not used |
System.Type | targetType | This parameter is not used. The TargetType |
System.Object | parameter | This parameter is not used. The object |
System.Globalization.CultureInfo | culture | This parameter is not used. The culture |
Returns
Type | Description |
---|---|
System.Object | Return null value |
Implements
System.Windows.Data.IValueConverter