The MINUTE function returns the number representing the minute component for a specified date_time expressed in seconds since January 1, 1970.
The MINUTE function has the following format:
MINUTE(date_time)
The MINUTE function accepts the following parameter:
date_time (number)
The date in the number of seconds.
The MINUTE function returns a number between 0 and 59. If the date_time is invalid, MINUTE returns -1.
Copyright © 2010 CA. All rights reserved. | Email CA about this topic |