Second
Description
Accepts a Time and returns the second portion a double (0-59.999).
Syntax
Second ( time )
Arguments
time is a time.
Example
Second(NumberToTime(1044200000000))
Evaluates to 20.
Remarks
If time is null, Second returns null.
Second works with both Time and DateTime values.