MINUTE


Gets the minute of the hour from a Date Serial

Syntax:
declare function Minute ( byval date_serial as double ) as long

Usage:
#include "vbcompat.bi"
result = Minute( date_serial )

Parameters:
date_serial
the date serial

Return Value:
Returns the minute from a variable containing a date in Date Serial format.

Description:
The compiler will not recognize this function unless vbcompat.bi is included.

Examples:
#include "vbcompat.bi"

Dim ds As Double = DateSerial(2005, 11, 28) + TimeSerial(7, 30, 50)

Print Format(ds, "yyyy/mm/dd hh:mm:ss "); Minute(ds)


Differences from QB:
See also:
Back to Date and Time Functions
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode