This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.