Maps the Year, Month, and Day of a DateTime Property to a Date column

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Class DateType _
	Inherits ValueTypeType _
	Implements IIdentifierType, IType, ICacheAssembler, ILiteralType
C#
[SerializableAttribute]
public class DateType : ValueTypeType, IIdentifierType, 
	IType, ICacheAssembler, ILiteralType
Visual C++
[SerializableAttribute]
public ref class DateType : public ValueTypeType, 
	IIdentifierType, IType, ICacheAssembler, ILiteralType
JavaScript
NHibernate.Type.DateType = function();

Type.createClass(
	'NHibernate.Type.DateType',
	NHibernate.Type.ValueTypeType,
	NHibernate.Type.IIdentifierType,
	NHibernate.Type.IType,
	NHibernate.Type.ICacheAssembler,
	NHibernate.Type.ILiteralType);

Inheritance Hierarchy

See Also