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