Second()

Syntax

Result = Second(Date)
Description
Returns the second value of the specified date. The result is always between 0 and 59.
  Debug Second(Date(0, 0, 0, 11, 3, 45))  ; Outputs '45'.

Supported OS

Windows, Linux, MacOS X

<- ParseDate() - Date Index - Year() ->