Name

Minute Function

Class

Microsoft.VisualBasic.DateAndTime

Syntax

Minute(TimeValue)
TimeValue (required; date)

Date variable or literal date

Return Value

An Integer between 0 and 59, representing the minute of the hour

Description

Extracts the minute component from a given date/time expression

Rules at a Glance

  • If TimeValue is not a valid date/time expression, the function generates runtime error 13, “Type mismatch.” To prevent this, use the IsDate function to check the argument before calling the Minute function.

  • If TimeValue contains Nothing, 0 is returned, so be careful here to check for Nothing.

  • You can also use the DatePart function.

Get VB.NET Language in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.