Uses of Class
de.uplanet.lucy.server.scripting.ChimeraDate
-
Packages that use ChimeraDate Package Description de.uplanet.lucy.server.scripting de.uplanet.lucy.server.scripting.groovy -
-
Uses of ChimeraDate in de.uplanet.lucy.server.scripting
Methods in de.uplanet.lucy.server.scripting that return ChimeraDate Modifier and Type Method Description ChimeraDate
ChimeraDate. asDate()
Get the current date, i.e.ChimeraDate
ChimeraDate. asDate(String p_strTimeZone)
Get the current date, i.e.ChimeraDate
ChimeraDate. asDate(TimeZone p_tz)
Get the current date, i.e.ChimeraDate
ChimeraDate. asTime()
Get the current time, i.e.ChimeraDate
ChimeraDate. getWithoutFractionalSeconds()
Discard the fractional seconds using the UTC time zone.ChimeraDate
ChimeraDate. getWithoutFractionalSeconds(String p_strTimeZone)
Discard the fractional seconds.ChimeraDate
ChimeraDate. getWithoutFractionalSeconds(TimeZone p_tz)
Discard the fractional seconds. -
Uses of ChimeraDate in de.uplanet.lucy.server.scripting.groovy
Methods in de.uplanet.lucy.server.scripting.groovy that return ChimeraDate Modifier and Type Method Description ChimeraDate
CurrentTimestampClosure. call()
Get the current timestamp as both ajava.sql.Timestamp
and as a
.IDateTimeValueHolder
ChimeraDate
NowClosure. call()
Get the current date as both ajava.sql.Timestamp
and as a
.IDateTimeValueHolder
-