nn::boss::TaskActionBase::SetLastModifiedTime Member Function

Syntax

nn::Result SetLastModifiedTime(
     const char * pLastModifiedTime
);

Parameters

Name Description
in pLastModifiedTime The LastModifiedTime string to set. (This string is set in the If-Modified-Since HTTP request header field.)

Return Values

Returns the function's execution result. Returns one of the Result values listed below.
Value Description
Result::IsSuccess Set successfully.
ResultInvalidPropertyValue The property value pointer is NULL.
A value other than the above. Unexpected error (see boss_Result.h for error details).

Description

Sets the initial value for the LastModifiedTime.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL