Maps a DateTime Property to a DateTime column that stores date & time down to the accuracy of a second.

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

Syntax

Remarks

This only stores down to a second, so if you are looking for the most accurate date and time storage your provider can give you use the TimestampType. or the TicksType

Inheritance Hierarchy

See Also