TimeDifferenceDouble (NotesDateTime - LotusScript®)

Finds the difference in seconds between one date-time and another.

Note: This method is new with Release 5.

Defined in

NotesDateTime

Syntax

difference# = notesDateTime .TimeDifferenceDouble( notesDateTime )

Parameters

notesDateTime

NotesDateTime. Any date-time value.

Return value

difference#

Double. The date-time object invoking the TimeDifferenceDouble method minus the notesDateTime object specified by the parameter, in seconds.

Example