OHyMoS.NET Class Library

OhTimePoint.add メソッド

Adds the specified amount of seconds to the current object.

現在の OhTimePoint オブジェクトに OhTimeImmutable time で表 わされる時間を足します。

オーバーロードの一覧

Adds the specified amount of seconds to the current object.

現在の OhTimePoint オブジェクトに OhTimeImmutable time で表 わされる時間を足します。

public void add(IOhTimeImmutable);

Adds aTime to aTp and returns the resultant object.

時刻 aTp に、時間 aTime を足した時刻を返します。

public static OhTimePoint add(IOhTimePointImmutable,IOhTimeImmutable);

Adds the specified amount of seconds to the current object and returns the updated object.

public void add(long);

参照

OhTimePoint クラス | OhymosNet 名前空間