Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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