Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Friend Function RoundToSecond ( _
dt As DateTime, _
dtRound As DateTime _
) As DateTime
'Usage
Dim dt As DateTime
Dim dtRound As DateTime
Dim returnValue As DateTime
returnValue = Me.RoundToSecond(dt, _
dtRound)
protected internal DateTime RoundToSecond(
DateTime dt,
DateTime dtRound
)
Parameters
- dt
Type: System.DateTime
- dtRound
Type: System.DateTime
Return value
Type: System.DateTime