IXFeedItem::PubDate Method

Returns the publication date of the feed item.

Syntax

HRESULT PubDate(
    SYSTEMTIME *pstPubDate
);

Parameters

  • pstPubDate
    [out] Pointer to a SYSTEMTIME structure that receives the date and time when the feed item was published.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

Publication date is an optional feed item element.