CALC.second(date)
Related Functions & Properties
CALC.dateValue(date)
CALC.day(date)
CALC.days360(start_date, end_date, Method)
CALC.edate(date, months)
CALC.eomonth(date, months)
CALC.hour(timeInstant)
CALC.minute(timeInstant)
CALC.month(date)
CALC.monthname(date)
CALC.networkdays(date1, date2, [Holiday_array])
CALC.now()
CALC.quarter(date)
CALC.time(hour, minute, second)
CALC.timeValue(date)
CALC.today()
CALC.weekday(date, [number])
CALC.weekdayname(date)
CALC.weeknum(date)
CALC.workday(date, days, [Holiday_array])
CALC.year(date)
CALC.yearfrac(date1, date2, [basis])
Return the seconds part of the given DATE.
Example
CALC.second(new Date());
// returns 45