TimeSerial Function |
Syntax:
TimeSerial(Hour, Minute, Second)
Group:
Description:
Returns a date value.
Parameters:
Parameter |
Description |
This numeric value is the hour (0 to 23). |
|
This numeric value is the minute (0 to 59). |
|
This numeric value is the second (0 to 59). |
Example:
Sub Main
Debug.Print TimeSerial(13,30,0) '1:30:00 PM
EndSub
See Also: