Represents a Binding converter that converts minute part of
DateTimeInfo start time to its string representation.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[ValueConversionAttribute(typeof(DateTimeInfo), typeof(string))] public class TimeRulerConverter : IValueConverter |
Visual Basic (Declaration) |
---|
<ValueConversionAttribute(GetType(DateTimeInfo), GetType(String))> _ Public Class TimeRulerConverter _ Implements IValueConverter |
Remarks
TimeRulerConverter is a one-way converter.