A TypeConverter for converting a string into a TimeOfDay.

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

Syntax

C#
public class TimeOfDayConverter : TypeConverter
Visual Basic (Declaration)
Public Class TimeOfDayConverter _
	Inherits TypeConverter

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeConverter
    Mindscape.WpfElements..::.TimeOfDayConverter

See Also