MinuteDiff Function

  • Updated

The MinuteDiff function returns the number of minutes between two DateTime values.

Syntax

 

The MinuteDiff function returns the number of minutes between two DateTime values.

 

MinuteDiff(start, end)

 

 

Arguments:

 

 

 

start

DateTime - The starting DateTime expression.

 

 

end

DateTime - The ending DateTime expression.

Remarks

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

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.