JAVA/CORBA クラス


timeDifference メソッド

1 つの日付/時刻値と別の日付/時刻値の差異 (秒単位) を取得します。

定義が行われるクラスDateTime
構文public int timeDifference(DateTime dt)
throws NotesException

public double timeDifferenceDouble(DateTime dt)
throws NotesException

パラメータDateTime dt


戻り値int 型
double 型
クロスリファレンスLotusScript NotesDateTime クラスの TimeDifference メソッド

関連項目