Converts a TimeOfDay object into a formatted string displaying the hours, minutes and AM/PM designator. Hours are displayed in 12 hour clock time. Minutes are always displayed with 2 digits.

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

Syntax

C#
public class TimeOfDayToStringConverter : TimeStringConverterBase, IValueConverter
Visual Basic (Declaration)
Public Class TimeOfDayToStringConverter _
	Inherits TimeStringConverterBase _
	Implements IValueConverter

Inheritance Hierarchy

System..::.Object
  Mindscape.WpfElements..::.TimeStringConverterBase
    Mindscape.WpfElements..::.TimeOfDayToStringConverter

See Also