SecondDiff Function

  • Updated

The SecondDiff function returns the number of seconds between two DateTime values.

Syntax

 

The SecondDiff function returns the number of seconds between two DateTime values.

 

SecondDiff(start, end)

 

 

Arguments:

 

 

 

start

DateTime - The starting DateTime expression.

 

 

end

DateTime - The ending DateTime expression.

Remarks

  • Example: SecondDiff("1/28/2005 9:43:59 AM", "1/29/2005 9:45:59 AM") returns 86520.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.