add


Description:

public void add (long microseconds)

Adds the given number of microseconds to this.

Note:

TimeVal is not year-2038-safe. Use `guint64` for representing microseconds since the epoch, or use DateTime.

microseconds can also be negative to decrease the value of this.

Parameters:

this

a TimeVal

microseconds

number of microseconds to add to time