@@ -7048,7 +7048,7 @@ public static Expr ToMicros(Expr value) {
7048
7048
/**
7049
7049
* Returns a time expression's day of the month, from 1 to 31.
7050
7050
*
7051
- * @param value an expression. Type: Any
7051
+ * @param expr an expression. Type: Any
7052
7052
* @return a new {@link Expr}
7053
7053
*/
7054
7054
public static Expr DayOfMonth (Expr expr ) {
@@ -7059,7 +7059,7 @@ public static Expr DayOfMonth(Expr expr) {
7059
7059
* Returns a time expression's day of the week following ISO-8601 convention,
7060
7060
* from 1 (Monday) to 7 (Sunday).
7061
7061
*
7062
- * @param value an expression. Type: Any
7062
+ * @param expr an expression. Type: Any
7063
7063
* @return a new {@link Expr}
7064
7064
*/
7065
7065
public static Expr DayOfWeek (Expr expr ) {
@@ -7070,7 +7070,7 @@ public static Expr DayOfWeek(Expr expr) {
7070
7070
* Returns a time expression's day of the year, from 1 to 365, or 366 in a leap
7071
7071
* year.
7072
7072
*
7073
- * @param value an expression. Type: Any
7073
+ * @param expr an expression. Type: Any
7074
7074
* @return a new {@link Expr}
7075
7075
*/
7076
7076
public static Expr DayOfYear (Expr expr ) {
@@ -7080,7 +7080,7 @@ public static Expr DayOfYear(Expr expr) {
7080
7080
/**
7081
7081
* Returns the time expression's year, following the ISO-8601 standard.
7082
7082
*
7083
- * @param value an expression. Type: Any
7083
+ * @param expr an expression. Type: Any
7084
7084
* @return a new {@link Expr}
7085
7085
*/
7086
7086
public static Expr Year (Expr expr ) {
@@ -7090,7 +7090,7 @@ public static Expr Year(Expr expr) {
7090
7090
/**
7091
7091
* Returns a time expression's month of the year, from 1 to 12.
7092
7092
*
7093
- * @param value an expression. Type: Any
7093
+ * @param expr an expression. Type: Any
7094
7094
* @return a new {@link Expr}
7095
7095
*/
7096
7096
public static Expr Month (Expr expr ) {
@@ -7100,7 +7100,7 @@ public static Expr Month(Expr expr) {
7100
7100
/**
7101
7101
* Returns a time expression's hour of the day, from 0 to 23.
7102
7102
*
7103
- * @param value an expression. Type: Any
7103
+ * @param expr an expression. Type: Any
7104
7104
* @return a new {@link Expr}
7105
7105
*/
7106
7106
public static Expr Hour (Expr expr ) {
@@ -7110,7 +7110,7 @@ public static Expr Hour(Expr expr) {
7110
7110
/**
7111
7111
* Returns a time expression's minute of the hour, from 0 to 59.
7112
7112
*
7113
- * @param value an expression. Type: Any
7113
+ * @param expr an expression. Type: Any
7114
7114
* @return a new {@link Expr}
7115
7115
*/
7116
7116
public static Expr Minute (Expr expr ) {
@@ -7120,7 +7120,7 @@ public static Expr Minute(Expr expr) {
7120
7120
/**
7121
7121
* Returns a time expression's second of the minute, from 0 to 59.
7122
7122
*
7123
- * @param value an expression. Type: Any
7123
+ * @param expr an expression. Type: Any
7124
7124
* @return a new {@link Expr}
7125
7125
*/
7126
7126
public static Expr Second (Expr expr ) {
0 commit comments