[]
Represents a Binding converter that converts minute part of DateTimeInfo start time to its string representation.
[ValueConversion(typeof(DateTimeInfo), typeof(string))]
public class TimeRulerConverter : IValueConverter
TimeRulerConverter is a one-way converter.
Name | Description |
---|---|
TimeRulerConverter() |
Name | Description |
---|---|
Default | Gets an instance of TimeRulerConverter. |
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) | Throws System.NotImplementedException. |