CreateCreationTimeLowerBound

DocumentFilter.CreateCreationTimeLowerBound method

创建一个过滤器,用于跳过创建日期早于下限的文档。

public static DocumentFilter CreateCreationTimeLowerBound(DateTime lowerBound)
范围 类型 描述
lowerBound DateTime 文档创建时间的下限。

返回值

按文档创建时间过滤文档。

也可以看看