Returns the second for a particular date value
static int Second( double& dsecond, double serial_number ); static int Second( long& lsecond, double serial_number ); static int Second( short int& shsecond, double serial_number ); |
A reference to a value that will contain an second value (between 0 and 59) if the function succeeds.
An Excel date/time value. The date (integer) part will be ignored.
A reference to a value that will contain an second value (between 0 and 59) if the function succeeds.
A reference to a value that will contain an second value (between 0 and 59) if the function succeeds.
Zero if the function has been called successfully; non-zero if the function could not be called. See Error codes for a list of return values.
See the Microsoft Excel on-line Help for full details about this function.
Header: xlfuncs.h