CreateModificationTimeLowerBound

DocumentFilter.CreateModificationTimeLowerBound method

Creates a filter for skipping documents with modification date earlier than the lower bound.

public static DocumentFilter CreateModificationTimeLowerBound(DateTime lowerBound)
Parameter Type Description
lowerBound DateTime The lower bound of the document modification time.

Return Value

A document filter by document modification time.

See Also