Adjust sec and frac so that they have compatible signs and the absolute value of frac is less than 1.
Adjust sec and frac so that they have compatible signs and the absolute value of frac is less than 1.
public void adjust();
Returns an OhTime object whose time value is equal to aSec + aFrac. aFrac need not to be greater than or equal to -0.5 and less than 0.5.
public static OhTime adjust(long,double);