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.
Sets, in conjunction with SetRangeEnd, the range of time to which the query applies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub SetRangeStart ( _
start As DateTime _
)
'Usage
Dim instance As SPAuditQuery
Dim start As DateTime
instance.SetRangeStart(start)
public void SetRangeStart(
DateTime start
)
Parameters
start
Type: System.DateTimeThe start time of the range.