Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CURL.SetOptionTimeValue
Sets the time value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
CURL | 2.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "CURL.SetOptionTimeValue"; curl; Value ) More
Parameters
Parameter | Description | Example |
---|---|---|
curl | The CURL session handle. | $curl |
Value | The new time value. | 123456789 |
Result
Returns "OK" on success.
Description
Sets the time value.This should be the time in seconds since 1 Jan 1970, and the time will be used in a condition as specified with CURL.SetOptionTimeCondition.
See also TIMEVALUE option in CURL manual.
See also
- CURL.SetOptionFileTime
- CURL.SetOptionIPResolve
- CURL.SetOptionPipeWait
- CURL.SetOptionResolve
- CURL.SetOptionTimeCondition
- CURL.SetOptionTimeOut
- CURL.SetOptionTimeoutMS
Created 18th August 2014, last changed 18th August 2014