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