Represents a Binding converter that converts minute part of DateTimeInfo start time to its string representation.

Namespace:  C1.WPF.C1Schedule
Assembly:  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.

Inheritance Hierarchy

System..::..Object
  C1.WPF.C1Schedule..::..TimeRulerConverter

See Also