CreateModificationTimeRange

DocumentFilter.CreateModificationTimeRange method

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

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

Return Value

A document filter by document modification time.

See Also