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

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public abstract string DateToString(
	DateTime input
)

Parameters

input
Type: SystemDateTime
Input date

Return Value

Type: String

Implements

ISearchValueConverterDateToString(DateTime)
See Also