IXFeed::PubDate Method
Returns the publication date and time of the feed.
Syntax
HRESULT PubDate( SYSTEMTIME *pstPubDate );
Parameters
- pstPubDate
[out] Pointer to a SYSTEMTIME structure that receives the date and time of publication.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
Publication date is an optional feed element.
See Also