1. Overview
Syntax
MINUTE(Serial_number,Format)
Returns the minute of a specified time. The minute is an integer ranging from 0 to 59.
Parameter 1
Serial_number
Represents the time with the minute to be returned.
Parameter 2
Format
For example, HH:mm:ss.
2. Notes
The function allows the parameters to be empty. That is to say, the function can be MINUTE(). When the parameters are empty, the function returns the minute of the current system server time.
The first parameter is of the date or text type by default, and the second is of the text type by default.
3. Example
MINUTE()
36
The corresponding system server time is 2020-10-23 15:36:25.
MINUTE("15:36:25")
MINUTE("15:36:25","HH:mm:ss")
MINUTE(Serial_number)
Parameter
The function allows the parameter to be empty. That is to say, the function can be MINUTE(). When the parameter is empty, the function returns the minute of the current system server time.
The parameter can be of the default date or text type.
滑鼠選中內容,快速回饋問題
滑鼠選中存在疑惑的內容,即可快速回饋問題,我們將會跟進處理。
不再提示
10s後關閉
Submitted successfully
Network busy