nn::nex::DataStoreSearchParam::SetCreatedAfter Member Function

Syntax

void SetCreatedAfter(
     const DateTime & createdAfter
);

Parameters

Name Description
in createdAfter The starting point to use when searching for upload dates and times.

Return Values

None.

Description

Sets the starting point of the upload date and time to search for.

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

A search is made for data created after the date and time specified by the DataStoreSearchParam::SetCreatedAfter function, but before the time specified by the DataStoreSearchParam::SetCreatedBefore 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/01/27
Initial version.

CONFIDENTIAL