ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / NullableDateTimeConverter Class
Members

In This Topic
    NullableDateTimeConverter Class
    In This Topic
    Converts to and from the Nullable type (using the DateTime type constraint on the generic).
    Object Model
    NullableDateTimeConverter Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NullableDateTimeConverter 
       Inherits System.ComponentModel.TypeConverter
    public sealed class NullableDateTimeConverter : System.ComponentModel.TypeConverter 
    Inheritance Hierarchy

    System.Object
       System.ComponentModel.TypeConverter
          C1.WPF.DateTimeEditors.NullableDateTimeConverter

    See Also