Multiple choice

In visual basic, minute() function returns

  1. an integer specifying a whole number between 0 and 60 representing the minute of the hour

  2. a number from 1 to 31 indicating the day portion of a given date

  3. a number from 1 to 12 indicating the month portion of a given date

  4. an integer specifying a whole number between 0 and 59 representing the minute of the hour

  5. a number from 100 to 9999 indicating the year portion of a given date

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is the Minute() function.