[Missing <summary> documentation for "M:NHibernate.Type.TimestampType.Round(System.DateTime,System.Int64)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static DateTime Round( DateTime value, long resolution ) |
Visual Basic |
---|
Public Shared Function Round ( _ value As DateTime, _ resolution As Long _ ) As DateTime |
Visual C++ |
---|
public: static DateTime Round( DateTime value, long long resolution ) |
Parameters
- value
- Type: System..::..DateTime
[Missing <param name="value"/> documentation for "M:NHibernate.Type.TimestampType.Round(System.DateTime,System.Int64)"]
- resolution
- Type: System..::..Int64
[Missing <param name="resolution"/> documentation for "M:NHibernate.Type.TimestampType.Round(System.DateTime,System.Int64)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.TimestampType.Round(System.DateTime,System.Int64)"]