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
- lowerDate
Type: System.DateTime
- upperDate
Type: System.DateTime