Click or drag to resize
LuceneSearchValueConverterDateToString Method
Converts the date time from to its string representation

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

Parameters

input
Type: SystemDateTime
Input date

Return Value

Type: String

Implements

ISearchValueConverterDateToString(DateTime)
See Also