JAVA/CORBA CLASSES


timeDifference method
Example

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

Defined in

DateTime

Syntax

public int timeDifference(DateTime dt)
   throws NotesException

public double timeDifferenceDouble(DateTime dt)
   throws NotesException

Parameters

DateTime dt


Return value

int


double
Language cross-reference

TimeDifference method in LotusScript NotesDateTime class

Example
See Also