Lucene.Net 1.9.1 Class Library

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