IFeed::LastBuildDate Property
Retrieves the last build date from the feed.
Syntax
HRESULT IFeed::get_LastBuildDate(DATE *lastBuildDate);
Parameters
- lastBuildDate
Pointer to a variable of type DATE 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. The value is
0
if not specified in the source.A value of 0 is representative of the date "Sat Dec 30 00:00:00 PST 1899".
The date is adjusted for the local time zone.
See Also