SPAuditQuery.SetRangeEnd Method
Sets, in conjunction with SetRangeStart, the range of time to which the query applies.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
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.