Second()

Top  Previous  Next

Second() - Determine the Seconds from a Date/Time

Description

The Second() function is used to determine the number of seconds from a date/time variable or formatted string.

Second(date)

Returns number between 0 and 59 representing the second of the minute.

Example

'displays seconds portion of the current time

SMEvent.Raise "Trace", Second(now)