SPAuditQuery.SetRangeStart Method
Sets, in conjunction with SetRangeEnd, 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 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.