Access TimeValue Function

Last updated: August 26, 2026.

The TimeValue function converts a recognizable time expression to a Date value containing only the time portion.

Syntax

TimeValue(time)
ArgumentDescription
timeDate or text expression containing a valid time

Examples

TimeValue("2:30 PM")
StartTime: TimeValue([StartedAt])
CurrentTime: TimeValue(Now())

Text parsing follows regional settings. TimeValue raises an error when the expression contains invalid date information.

See Microsoft’s Access function reference for related expression functions.

admin

admin

Leave a Reply

Your email address will not be published.