Endless Tutorial-JavaScript - MINUTE Function

describe

The MINUTE function returns the minute of a time value. Minutes are given as integers in the range 0 to 59.

grammar

MINUTE (serial_number)

debate

Argument describe Required/Optional
Serial_number

The time with minutes you want to find.

time can be entered

  • As a text string inside quotes (like "6:45 PM")

  • as a decimal number (such as 0.78125, representing 6:45 pm)

  • is the output of other formulas or functions (like TIMEVALUE("6:45 PM"))

Required

Notes

  • A time value is part of a date value and is represented as a decimal number (eg, since 12:00 PM is half a day, it is represented as 0.5).

  • If the serial number provided is not a valid Excel time, MINUTE returns the #VALUE! error value.

applicability

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

MINUTE Function

MINUTE Function in JavaScript - Wuya Tutorial Network Wuya Tutorial Network provides minutes describing the time value returned by the MINUTE function. Minutes are given as integers in the range 0 to 59. Syntax MINUTE (se... https://www.learnfk.com/javascript/advanced-excel-date-time-minute-function.html

Guess you like

Origin blog.csdn.net/w116858389/article/details/132689706