Click or drag to resize
ISearchValueConverterDateToString 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#
string DateToString(
	DateTime input
)

Parameters

input
Type: SystemDateTime
Input date

Return Value

Type: String
See Also