CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
Second
The Second function determines the sequential number of the second of the minute (0-59) for the time value or the fraction of a day.
Usage:
	= Second(<time_or_fraction>)
Examples:
	/* returns 46 */
	= Second("13:23:46");
	/* returns 0 */
	= Second(0.6);
	/* returns 0 */
	= Second(-3.25);