Ubuntu Manpages

CURLOPT_TIMEVALUE

set time value for conditional

#include <curl/curl.h>

CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TIMEVALUE, long val);

Pass a long val as parameter. This should be the time counted as seconds since 1 Jan 1970, and the time will be used in a condition as specified with CURLOPT_TIMECONDITION(3).

0

HTTP, FTP, RTSP, and FILE

TODO

Always

Returns CURLE_OK

CURLOPT_TIMECONDITION(3),