Subtracts aTime from the current OhTimePoint object.
Subtracts aTime from the current OhTimePoint object.
public void sub(IOhTimeImmutable);
Returns the time difference between the current OhTimePoint and the OhTimePointImmutable aT.
public OhTime sub(IOhTimePointImmutable);
Subtract aTime from aTp and returns the resultant OhTimePoint object.
public static OhTimePoint sub(IOhTimePointImmutable,IOhTimeImmutable);
Returns the time difference between the two OhTimePointImmutable objects.
public static OhTime sub(IOhTimePointImmutable,IOhTimePointImmutable);
Sutracts aLongTime from the current OhTimePoint object and returnts the updated object.
public void sub(long);
OhTimePoint クラス | OhymosNet 名前空間