TimeDifference (NotesDateTime - LotusScript®)

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

Defined in

NotesDateTime

Syntax

difference& = notesDateTime .TimeDifference( notesDateTime )

Parameters

notesDateTime

NotesDateTime. Any date-time value.

Return value

difference&

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

Example