MS Access TimeValue() Function
Definition and Usage
The TimeValue() function returns a time based on a string.
Syntax
TimeValue(string)
Parameter Values
Parameter | Description |
---|---|
string | Required. A string that represents a time (from 0:00:00 to 23:59:59) |
Technical Details
Works in: | From Access 2000 |
---|