Add the current OhTime object with aT.
Add the current OhTime object with aT.
public void add(OhTime);
Returns an OhTime object by adding two OhTime objects aTa and aTb.
public static OhTime add(OhTime,OhTime);
Add the current OhTime object with aTime seconds.
public void add(double);
Add the current OhTime object with (aSec + aFrac) seconds.
public void add(long,double);