TimeSerial( hour, minute, second )
Returns the time serial for the supplied parameters hour, minute, second.
Example:
Sub Main
Dim MTime
MTime = TimeSerial(12, 25, 27)
Print MTime
End Sub
Related Topics:
DateSerial Function
DateValue Function
Hour Function
Minute Function
Second Function
Now Function
TimeValue Function