ClassTicksToDateTimeConverter
Class
Represents converter that converts a long value or an exponential string value representing the DateTime ticks to a DateTime object.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class TicksToDateTimeConverter : IValueConverter
Inheritance: objectTicksToDateTimeConverter
Implements:
Constructors
TicksToDateTimeConverter()
Declaration
cs-api-definition
public TicksToDateTimeConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts a long value or an exponential string value representing the DateTime ticks to a DateTime object.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns