Maps a DateTime Property to a DateTime

Namespace: NHibernate.Type
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class DateTime2Type : DateTimeType
Visual Basic
<SerializableAttribute> _
Public Class DateTime2Type _
	Inherits DateTimeType
Visual C++
[SerializableAttribute]
public ref class DateTime2Type : public DateTimeType

Inheritance Hierarchy

See Also