Uses of Class
org.nuxeo.ecm.automation.core.scripting.DateWrapper
-
Packages that use DateWrapper Package Description org.nuxeo.ecm.automation.core.scripting -
-
Uses of DateWrapper in org.nuxeo.ecm.automation.core.scripting
Methods in org.nuxeo.ecm.automation.core.scripting that return DateWrapper Modifier and Type Method Description DateWrapper
CoreFunctions. calendar(Calendar date)
DateWrapper
CoreFunctions. calendar(Date inputDate)
This method is similar toCoreFunctions.calendar(Calendar)
but takes aDate
argument.DateWrapper
CoreFunctions. date(Date date)
protected DateWrapper
DateWrapper. dateWrapper(int unit, int value)
DateWrapper
DateWrapper. days(int days)
DateWrapper
DateWrapper. months(int months)
DateWrapper
DateWrapper. seconds(int seconds)
DateWrapper
DateWrapper. weeks(int weeks)
DateWrapper
DateWrapper. years(int years)
-