nn::boss::TaskActionBase::SetLastModifiedTime Member Functionnn::Result SetLastModifiedTime( const char * pLastModifiedTime );
| Name | Description | |
|---|---|---|
| in | pLastModifiedTime | The LastModifiedTime string to set. (This string is set in the If-Modified-Since HTTP request header field.) |
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). |
Sets the initial value for the LastModifiedTime.
CONFIDENTIAL