bugl
bugl
HomeLearnPatternsPathsSearchPremium
HomeLearnPatternsPaths

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access TimeValue() Function

Example

SELECT TimeValue("17:15:38");

Definition and Usage

The TimeValue() function returns a time based on a string.

Syntax

TimeValue(
string
)

Parameter Values

ParameterDescription
stringRequired. A string that represents a time (from 0:00:00 to 23:59:59)

Technical Details

Works in:From Access 2000

Previous

MS Access TimeSerial() Function

Next

MS Access Weekday() Function