util_make_time


Description:

[ 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.

Parameters:

argc

number of arguments in argv

argv

array or arguments

Returns:

time_t equivalent of the passed in argument, or (time_t) -1 on error.