Minute Function

   
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.

See Also

Hour Function, Second Function

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net