Return the minute of the hour (a number from 0 to 59) given a time value.
Syntax Minute(time_value) Key time_value A valid time.
Examples
Dim intDemo
intDemo = minute(dtmShiftEnd)
intDemo = minute(#08:55:30 AM#)
“For a moment, nothing happened. Then, after a second or so, nothing continued to happen” ~ Douglas Adams
Related:
Day - Return the day of the month.
DatePart - Return part of a given date.
Second - Return the seconds of the minute.
GetDate.vbs - Return the current Year/month/Day and time.