TimeDifference (NotesDateTime - LotusScript)

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

定義位置

NotesDateTime

構文

difference& = notesDateTime .TimeDifference( notesDateTime )

パラメータ

notesDateTime

NotesDateTime. 任意の日付時刻値です。

戻り値

difference&

Long。TimeDifference メソッドを呼び出す日時オブジェクトから、パラメータで指定された notesDateTime オブジェクトを引いたもの (単位は秒) を返します。

クロスリファレンス

Java DateTime クラスの timeDifference