CreateCreationTimeUpperBound

DocumentFilter.CreateCreationTimeUpperBound method

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

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

戻り値

ドキュメント作成時間によるドキュメント フィルター。

関連項目