Converts a millisecond time to a string suitable for indexing.
method argument is negative, that is, before 1970

Namespace: Lucene.Net.Documents
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public static string TimeToString(
	long time
)
Visual Basic
Public Shared Function TimeToString ( _
	time As Long _
) As String
Visual C++
public:
static String^ TimeToString(
	long long time
)

Parameters

time
Type: System..::..Int64

[Missing <param name="time"/> documentation for "M:Lucene.Net.Documents.DateField.TimeToString(System.Int64)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Documents.DateField.TimeToString(System.Int64)"]

See Also