@Function(name="addMinutes") public class AddMinutes extends AbstractAddDates
| Constructor and Description |
|---|
AddMinutes() |
| Modifier and Type | Method and Description |
|---|---|
String |
addMinutes(String date,
String minutes)
add minutes to the date
|
String |
addMinutes(String format,
String date,
String minutes)
add minutes to date
|
protected String |
getMethodName()
override this method to indicate with method on
DateUtils could be called |
addInterval, addInterval@FunctionInvocation public final String addMinutes(String format, String date, String minutes)
format - the date formatdate - the dateminutes - the number of minutes to add@FunctionInvocation public final String addMinutes(String date, String minutes)
date - the dateminutes - the number of minutes to addprotected final String getMethodName()
AbstractAddDatesDateUtils could be calledgetMethodName in class AbstractAddDatesDateUtilsCopyright © 2022. All rights reserved.