Maps a DateTimeOffset Property to a DateTimeOffset

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

Syntax

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

Inheritance Hierarchy

See Also