OHyMoS.NET Class Library

OhTimePoint.sub メソッド

Subtracts aTime from the current OhTimePoint object.

現在の OhTimePoint オブジェクトから aTime 引数で指定する時 間を引きます。

オーバーロードの一覧

Subtracts aTime from the current OhTimePoint object.

現在の OhTimePoint オブジェクトから aTime 引数で指定する時 間を引きます。

public void sub(IOhTimeImmutable);

Returns the time difference between the current OhTimePoint and the OhTimePointImmutable aT.

現在の OhTimePoint オブジェクトと、引数で指定した OhTimePoint オブジェクト aT の時間差を計算して戻します。

public OhTime sub(IOhTimePointImmutable);

Subtract aTime from aTp and returns the resultant OhTimePoint object.

時刻 aTp から、時間 aTime を引いた時刻を返します。

public static OhTimePoint sub(IOhTimePointImmutable,IOhTimeImmutable);

Returns the time difference between the two OhTimePointImmutable objects.

引数で与える2つの OhTimePointImmutable オブジェクトの時間差 を返します。

public static OhTime sub(IOhTimePointImmutable,IOhTimePointImmutable);

Sutracts aLongTime from the current OhTimePoint object and returnts the updated object.

現在の OhTimePoint オブジェクトから aLongTime 引数で指定す る時間を引きます。

public void sub(long);

参照

OhTimePoint クラス | OhymosNet 名前空間