Manipulate time.

  • Thread starter Thread starter Thasu Somasundaram
  • Start date Start date
T

Thasu Somasundaram

Dear Support,

I would like to know if there is(or which)built-in time
function, that enables us to get the difference between
the two time.
 
Dear Support,

I would like to know if there is(or which)built-in time
function, that enables us to get the difference between
the two time.

DateDiff("s", [starttime], [endtime])

gives the time difference in seconds. "n" gives it in miNutes, "h" in
Hours, and "m" in Months.
 
Back
Top