IXFeed::LastWriteTime Method

Returns the last date and time the feed was changed.

Syntax

HRESULT LastWriteTime(
    SYSTEMTIME *pstLastWriteTime
);

Parameters

  • pstLastWriteTime
    [out] Pointer to a SYSTEMTIME structure that receives the last write date and time.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IXFeed::LastDownloadTime