Converts to and from the Nullable<(Of <(<'T>)>)> type (using the DateTime type constraint on the generic).

Namespace:  C1.Silverlight.DateTimeEditors
Assembly:  C1.Silverlight.DateTimeEditors (in C1.Silverlight.DateTimeEditors.dll)

Syntax

C#
public sealed class NullableDateTimeConverter : TypeConverter
Visual Basic
Public NotInheritable Class NullableDateTimeConverter _
	Inherits TypeConverter

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    C1.Silverlight.DateTimeEditors..::..NullableDateTimeConverter

See Also