Second(Time time)
Returns the second part of the time value.
Parameters
- time
- The time that contains the second you want to find.
Returns
Numeric
Remarks
The second is in the range of 0 to 59.
Examples
Second(ToTimeOfDay("2:03:29 pm"))returns 29.
Returns the second part of the time value.
Numeric
The second is in the range of 0 to 59.
Second(ToTimeOfDay("2:03:29 pm")) returns 29.