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 SharePoint Foundation infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Friend Function RandomizeOccurrence ( _
dtOccur As DateTime, _
dtEnd As DateTime _
) As DateTime
'Usage
Dim dtOccur As DateTime
Dim dtEnd As DateTime
Dim returnValue As DateTime
returnValue = Me.RandomizeOccurrence(dtOccur, _
dtEnd)
protected internal DateTime RandomizeOccurrence(
DateTime dtOccur,
DateTime dtEnd
)
Parameters
- dtOccur
Type: System.DateTime
- dtEnd
Type: System.DateTime
Return Value
Type: System.DateTime