Name
TimeValue Function
Syntax
TimeValue(time)timeUse: Required
Data Type: String
Any valid string representation of a time.
Return Value
A Date.
Description
Converts a string representation of a time to a Variant Date type.
Rules at a Glance
If
timeis invalid, a runtime error is generated.If
timeisNull, TimeValue returnsNull.Both 12- and 24-hour clock formats are valid.
Any date information contained within
timeis ignored by the TimeValue function.If TimeValue returns invalid time information, an error occurs.
Programming Tips and Gotchas
A time literal can also be assigned to a Variant or Date variable by surrounding the date with hash characters (
#), as the following snippet demonstrates:Dim dMyTime dMyTime = #12:30:00 AM#
The CDate function can also cast a time expression contained within a string as a Date variable, with the additional advantage of being internationally aware.
See Also
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access