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 DateWrapperCoreFunctions. calendar(Calendar date)DateWrapperCoreFunctions. calendar(Date inputDate)This method is similar toCoreFunctions.calendar(Calendar)but takes aDateargument.DateWrapperCoreFunctions. date(Date date)protected DateWrapperDateWrapper. dateWrapper(int unit, int value)DateWrapperDateWrapper. days(int days)DateWrapperDateWrapper. months(int months)DateWrapperDateWrapper. seconds(int seconds)DateWrapperDateWrapper. weeks(int weeks)DateWrapperDateWrapper. years(int years)
-