CreateCreationTimeRange

DocumentFilter.CreateCreationTimeRange method

Creates a filter for skipping documents with creation date out of the specified range.

public static DocumentFilter CreateCreationTimeRange(DateTime lowerBound, DateTime upperBound)
Parameter Type Description
lowerBound DateTime The lower bound of the document creation time.
upperBound DateTime The upper bound of the document creation time.

Return Value

A document filter by document creation time.

See Also