TimeDifferenceDouble (NotesDateTime - LotusScript)

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

注: このメソッドは R5 で新しく追加されました。

定義位置

NotesDateTime

構文

difference# = notesDateTime .TimeDifferenceDouble( notesDateTime )

パラメータ

notesDateTime

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

戻り値

difference#

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