SPSchedule.RoundToMinute method
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
'宣告
Protected Friend Function RoundToMinute ( _
dt As DateTime, _
dtRound As DateTime _
) As DateTime
'用途
Dim dt As DateTime
Dim dtRound As DateTime
Dim returnValue As DateTime
returnValue = Me.RoundToMinute(dt, _
dtRound)
protected internal DateTime RoundToMinute(
DateTime dt,
DateTime dtRound
)
參數
- dt
Type: System.DateTime
- dtRound
Type: System.DateTime
傳回值
Type: System.DateTime