Apache Lucene.Net 2.4.0 Class Library API

DateTools.StringToDate Method 

Converts a string produced by

timeToString
or
dateToString
back to a time, represented as a Date object.

public static DateTime StringToDate(
   string dateString
);

Parameters

dateString
the date string to be converted

Return Value

the parsed time as a Date object

See Also

DateTools Class | Lucene.Net.Documents Namespace