Click or drag to resize
LuceneSearchValueConverterStringToDate Method
Converts the string representation of the date time from searched document to a date time

Namespace: CMS.Search.Lucene3
Assembly: CMS.Search.Lucene3 (in CMS.Search.Lucene3.dll) Version: 8.2.23
Syntax
C#
public override DateTime StringToDate(
	string input
)

Parameters

input
Type: SystemString
Input string

Return Value

Type: DateTime

Implements

ISearchValueConverterStringToDate(String)
See Also