IXFeed::LastBuildDate Method

Returns the last build date from the feed.

Syntax

HRESULT LastBuildDate(
    SYSTEMTIME *pstLastBuildDate
);

Parameters

  • pstLastBuildDate
    [out] Pointer to a SYSTEMTIME structure that receives the date and time of the last content change.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Last build date is an optional feed element.