Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
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); |