Supports string-to-TimeOfDay conversion, either for property editors in design environmentsto, or enable XAML usages.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.GanttChart.LightWPF.Controls (in DlhSoft.ProjectData.GanttChart.LightWPF.Controls.dll)

Syntax

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

Inheritance Hierarchy

System..::.Object
  System.ComponentModel..::.TypeConverter
    DlhSoft.Windows.Data..::.TimeOfDayTypeConverter

See Also