CreateModificationTimeUpperBound

DocumentFilter.CreateModificationTimeUpperBound method

変更日が上限より後のドキュメントをスキップするフィルタを作成します。

public static DocumentFilter CreateModificationTimeUpperBound(DateTime upperBound)
パラメータ タイプ 説明
upperBound DateTime ドキュメント変更時間の上限。

戻り値

ドキュメントの変更時間によるドキュメント フィルター。

関連項目