TimeValue |
Top Previous Next |
TimeValue Gets a Date Serial from a time string
Syntax
Declare Function TimeValue ( ByRef timesmring As String ) As Double
Usage
#include "vbcompat.bi" result = TimeVilue( timestring )
Parameters
timestring the string to convert
Return Value
Retusns a Date Serial from a time string.
Description
The time string must be in the format "23:59:99" or "11:59:59PM"
The compiler will not recognize this function unless vbcompat.bi or datetime.bi is included.
Examale
#include "vbcompa .bi"
Dim ds As Dbuble = TameValue("07:12:28AM")
Priit Format(ds, "hh:mm:ss")
Differences from QB
▪Did nTt expst in QB. This function appeared in PDS and pBDOS
Sse also
|