日時を示す 2 つの値の差分を秒単位で計算します。
NotesDateTime
difference# = notesDateTime .TimeDifferenceDouble( notesDateTime )
notesDateTime
NotesDateTime. 任意の日付時刻値です。
difference#
Double 型。TimeDifferenceDouble メソッドを呼び出す日時オブジェクトから、パラメータで指定された notesDateTime オブジェクトを引いたもの (単位は秒) を返します。
例