IFeed::Interval Property
Gets or sets the update interval for the feed.
Syntax
HRESULT IFeed::get_Interval(LONG *minutes); HRESULT IFeed::put_Interval(LONG minutes);
Parameters
- minutes
Pointer to a variable of type LONG that receives the time (in minutes) between downloads.- minutes
LONG that specifies the time (in minutes) between downloads.
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
The default interval is 1440 minutes (24 hours). The minimum download interval is 15 minutes.