日時を示す 2 つの値の差分を秒単位で計算します。
public int timeDifference(DateTime dt)
throws NotesException
public double timeDifferenceDouble(DateTime dt)
throws NotesException
DateTime dt
任意の日付時刻値です。
int 型
オブジェクトの日付/時刻値からパラメータの日付/時刻値を引いた値 (秒単位) を返します。
double 型
オブジェクトの日付/時刻値からパラメータの日付/時刻値を引いた値 (秒単位) を返します。