Last updated: August 26, 2026.
The Time function returns the computer’s current system time without a date component.
Syntax
Time()Examples
Time()
StartedAt: Time()
OneHourLater: DateAdd("h", 1, Time())Time uses the local system clock. Use Now when the date is also required.
See Microsoft’s Access function reference for related expression functions.