LibreOfficeDev 25.8 帮助
返回给定时间值的「秒」,表示为 0 到 59 之间的整数。
SECOND(数字)
「serial_number」是一个要确定其对应秒种数的时间值。
SECOND() rounds to the nearest second, instead of returning the integer part of the seconds.
「=SECOND(NOW())」返回当前的秒钟数
「=SECOND(C4) 返回 17,如果 C4 = 12:20:17」。