CreateCreationTimeUpperBound

DocumentFilter.CreateCreationTimeUpperBound method

Creates a filter for skipping documents with creation date later than the upper bound.

public static DocumentFilter CreateCreationTimeUpperBound(DateTime upperBound)
Parameter Type Description
upperBound DateTime The upper bound of the document creation time.

Return Value

A document filter by document creation time.

See Also