Class
DateTimeToCurrentUICultureStringConverter

The class converts DateTime values to their string representation using the CurrentUICulture.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

cs-api-definition
public class DateTimeToCurrentUICultureStringConverter : IValueConverter

Inheritance: objectDateTimeToCurrentUICultureStringConverter

Implements: IValueConverter

Constructors

DateTimeToCurrentUICultureStringConverter()

Declaration

cs-api-definition
public DateTimeToCurrentUICultureStringConverter()

Methods

Convert(object, Type, object, CultureInfo)

Represents the converter that turns a DateTime values to the appropriate UI Culture set in your application.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object