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

Syntax

Visual Basic (Declaration)
Public Shared Function Round ( _
	value As DateTime, _
	resolution As Long _
) As DateTime
C#
public static DateTime Round(
	DateTime value,
	long resolution
)
Visual C++
public:
static DateTime Round(
	DateTime value, 
	long long resolution
)
JavaScript
NHibernate.Type.TimestampType.round = function(value, resolution);

Parameters

value
Type: System..::.DateTime
resolution
Type: System..::.Int64

See Also