<< Click to Display Table of Contents >> TimeValue (function) |
TimeValue(TimeString)
Returns a double precision serial number corresponding to the parameter TimeString. This parameter can be any string that represents a time.
See also: DateSerial, DateValue, Hour, Minute, Now, Second, Time, TimeSerial
Example:
Sub Main
Print TimeValue("09:30:59")
End Sub