timedifference专题

使用TimeDifference,实现两个时间变量的相减,得出秒间隔

在Lotusscript中如何实现两个时间变量相减,我们可以使用TimeDifference函数:   首先两个时间变量的格式必须相同:  Dim strDate As NotesDateTime  Dim endDate As NotesDateTime    Set strDate = New NotesDateTime(Format("01/09/2011","dd/mm/yyyy")