nn::nex::DataStoreSearchParam::SetUpdatedBefore Member Function

Syntax

void SetUpdatedBefore(
     const DateTime & updatedBefore
);

Parameters

Name Description
in updatedBefore The end point of the upload date and time to search for.

Return Values

None.

Description

Sets the ending point of the update date and time to search for.

We do not recommend using this function because the update date ending point will be deprecated as a search parameter.

A search is made for data updated after the date and time specified by the DataStoreSearchParam::SetUpdatedAfter function, but before the time specified by the DataStoreSearchParam::SetUpdatedBefore function. When DataStoreConstants::INVALID_DATE_TIME is specified, this condition is removed from search conditions. The default is DataStoreConstants::INVALID_DATE_TIME.

Revision History

2011/10/12
Initial version.

CONFIDENTIAL