Constructs a new OhTime object with sec 0 and frac 0.0.
Constructs a new OhTime object with sec 0 and frac 0.0.
public OhTime();
Constructs a new OhTime object which is the same time as aTime
public OhTime(IOhTimeImmutable);
Constructs a new OhTime instance from a double.
public OhTime(double);
Constructs a new OhTime object by setting sec to aSec and frac to aFrac.
public OhTime(long,double);