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

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.ProjectData.Core (in DlhSoft.ProjectData.Core.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