Converts a time to a string suitable for display in the "minute" portion of the "time of day" bar in a day or week view.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public class TimeOfDayToMinuteStringConverter : IValueConverter
Visual Basic (Declaration)
Public Class TimeOfDayToMinuteStringConverter _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.TimeOfDayToMinuteStringConverter

See Also