TimeVal
Description:
[ CCode ( cname = "g_get_current_time" ) ]
public TimeVal ()
public TimeVal ()
Equivalent to the UNIX get_time_of_day function, but portable.
Note:
TimeVal is not year-2038-safe. Use get_real_time instead.
You may find get_real_time to be more convenient.
Parameters:
result |
TimeVal structure in which to store current time. |