Gets the Last Modified Date parsing the search keywords

Namespace: DotNetNuke.Services.Search.Internals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public DateTime GetLastModifiedDate(
	string keywords,
	out string outputKeywords
)
Visual Basic
Public Function GetLastModifiedDate ( 
	keywords As String,
	<OutAttribute> ByRef outputKeywords As String
) As DateTime

Parameters

keywords
Type: System..::..String
search keywords
outputKeywords
Type: System..::..String%
output keywords removing the last modified date

Return Value

Last Modified Date

Implements

ISearchQueryStringParser..::..GetLastModifiedDate(String, String%)

See Also