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

Namespace:  C1.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public sealed class NullableDateTimeConverter : TypeConverter
Visual Basic
Public NotInheritable Class NullableDateTimeConverter _
	Inherits TypeConverter
XAML Object Element Usage
<NullableDateTimeConverter .../>

Inheritance Hierarchy

System..::..Object
  System.ComponentModel..::..TypeConverter
    C1.Phone..::..NullableDateTimeConverter

See Also