bugl
bugl
HomeLearnPatternsSearch
HomeLearnPatternsSearch

Loading lesson path

Learn/SQL/SQL References
SQL•SQL References

MS Access TimeValue() Function

Concept visual

MS Access TimeValue() Function

Pointer walk
two pointers
leftright102132436485116
left=0
right=6
1
3

Start at both ends

Example

Return a time based on the given string: SELECT TimeValue("17:15:38");

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

More Examples

Example

Return a time based on the given string: SELECT TimeValue("5:15:38 PM");

Previous

❮ MS Access Functions

Next

Previous

MS Access TimeSerial() Function

Next

MS Access Weekday() Function