Class DateWrapper
java.lang.Object
org.nuxeo.ecm.automation.core.scripting.DateWrapper
- Author:
- Bogdan Stefanescu, Thierry Martins
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
timestamp
protected final long timestamp -
date
-
-
Constructor Details
-
DateWrapper
public DateWrapper() -
DateWrapper
-
DateWrapper
-
DateWrapper
public DateWrapper(long date)
-
-
Method Details
-
months
-
days
-
years
-
dateWrapper
- Since:
- 5.7
-
seconds
-
weeks
-
getCalendar
-
getDate
-
getTime
public long getTime() -
getYear
public int getYear() -
getMonth
public int getMonth() -
getDay
public int getDay() -
getMinute
public int getMinute() -
getHour
public int getHour() -
getSecond
public int getSecond() -
getWeek
public int getWeek() -
format
-
toString
-
toQueryString
-