Maps a TimeSpan Property to an Int64 column

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

Syntax

C#
[SerializableAttribute]
public class TimeSpanType : PrimitiveType, 
	IVersionType, IType, ICacheAssembler, ILiteralType
Visual Basic
<SerializableAttribute> _
Public Class TimeSpanType _
	Inherits PrimitiveType _
	Implements IVersionType, IType, ICacheAssembler, ILiteralType
Visual C++
[SerializableAttribute]
public ref class TimeSpanType : public PrimitiveType, 
	IVersionType, IType, ICacheAssembler, ILiteralType

Inheritance Hierarchy

See Also