TimeSerial (function)

<< Click to Display Table of Contents >>

TimeSerial (function)

TimeSerial(Hour, Minute, Second)

Returns the time serial corresponding to the parameters Hour, Minute and Second.

See also: DateSerial, DateValue, Hour, Minute, Now, Second, Time, TimeValue

Example:

Sub Main

 Print TimeSerial(09, 30, 59)

End Sub