[]
Represents a MultiValue binding converter that converts a DateTimeInfo object to one of its string representations.
[ValueConversion(typeof(DateTimeInfo), typeof(string))]
public class DateTimeInfoToStringConverter : IMultiValueConverter
<xref href="C1.WPF.Schedule.DateTimeInfoToStringConverter" data-throw-if-not-resolved="false"></xref> is a one-way converter. It takes as a
source a list of 3 values:
Name | Description |
---|---|
DateTimeInfoToStringConverter() |
Name | Description |
---|---|
Default | Gets an instance of DateTimeInfoToStringConverter. |
Name | Description |
---|---|
Convert(object[], Type, object, CultureInfo) | Converts a value. The data binding engine calls this method when it propagates a value from the binding source to the binding target. |
ConvertBack(object, Type[], object, CultureInfo) | Does nothing. |