Share via


DateRefinementInterval Constructor

Namespace:  Microsoft.Office.Server.Search.Query.Gateway
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub New ( _
    lowerDate As DateTime, _
    upperDate As DateTime _
)
'Usage
Dim lowerDate As DateTime
Dim upperDate As DateTime

Dim instance As New DateRefinementInterval(lowerDate, _
    upperDate)
public DateRefinementInterval(
    DateTime lowerDate,
    DateTime upperDate
)

Parameters

See Also

Reference

DateRefinementInterval Class

DateRefinementInterval Members

Microsoft.Office.Server.Search.Query.Gateway Namespace