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)

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

See also

Reference

SPAuditQuery class

SPAuditQuery members

Microsoft.SharePoint namespace