This topic has not yet been rated - Rate this topic

Second Function

Returns a whole number between 0 and 59, inclusive, representing the second of the minute.

Second(time)

The time argument is any expression that can represent a time. If time contains Null, Null is returned.

The following example uses the Second function to return the current second:

Dim MySec
MySec = Second(Now)
   ' MySec contains the number representing the current second.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ