Initializes a new instance of the DateTimeType class

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

Syntax

C#
public DateTimeType(
	SqlType sqlTypeDateTime
)
Visual Basic
Public Sub New ( _
	sqlTypeDateTime As SqlType _
)
Visual C++
public:
DateTimeType(
	SqlType^ sqlTypeDateTime
)

Parameters

sqlTypeDateTime
Type: NHibernate.SqlTypes..::..SqlType

[Missing <param name="sqlTypeDateTime"/> documentation for "M:NHibernate.Type.DateTimeType.#ctor(NHibernate.SqlTypes.SqlType)"]

See Also