timeDifference (DateTime - Java™)

日時を示す 2 つの値の差分を秒単位で計算します。

定義位置

DateTime

構文

public int timeDifference(DateTime dt)
    throws NotesException
public double timeDifferenceDouble(DateTime dt)
    throws NotesException

パラメータ

DateTime dt

任意の日付時刻値です。

戻り値

int 型

オブジェクトの日付/時刻値からパラメータの日付/時刻値を引いた値 (秒単位) を返します。

double 型

オブジェクトの日付/時刻値からパラメータの日付/時刻値を引いた値 (秒単位) を返します。

クロスリファレンス

LotusScript® NotesDateTime クラスの TimeDifference メソッド