On this page本页内容
$minute¶Returns the minute portion of a date as a number between 0 and 59.以0到59之间的数字形式返回日期的分钟部分。
The $minute expression has the following operator expression syntax:$minute表达式具有以下运算符表达式语法:
Changed in version 3.6.在版本3.6中更改。
The argument must be a valid expression that resolves to one of the following:参数必须是解析为以下之一的有效表达式:
New in version 3.6.版本3.6中的新功能。
date |
<dateExpression> must be a valid expression that resolves to a Date, a Timestamp, or an ObjectID. | ||||||
timezone |
|
| Result | |
|---|---|
| 1 | |
| 0 | |
| 31 | |
| 10 | |
error | |
error | |
error |
Note
$minute cannot take a string as an argument.不能将字符串作为参数。