[ Version ( since = "3.30" ) ]
public static long util_make_time (int argc, SExpResult argv)
Implementation of 'make-time' function, which expects one argument, a string or an integer, to be converted into time_t.
argc |
number of arguments in |
argv |
array or arguments |
time_t equivalent of the passed in argument, or (time_t) -1 on error. |