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 メソッド


関連項目