Loading lesson path
Concept visual
Start at both ends
Return the seconds part of a specified time:
Second(#14:48:23#);
Formula
The Second() function returns the seconds part of a time/datetime.This function returns an integer between 0 and 59.
time )
Formula
Required. A numeric or string expression that can represent a valid time/datetimeReturn the seconds part of the current time:
Second(Now());Return the seconds part of a specified datetime:
Formula
Second(#24/10/2016 11:18:34 PM#);❮ MS Access Functions