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 ChimeraDateChimeraDate. asDate()Get the current date, i.e.ChimeraDateChimeraDate. asDate(String p_strTimeZone)Get the current date, i.e.ChimeraDateChimeraDate. asDate(TimeZone p_tz)Get the current date, i.e.ChimeraDateChimeraDate. asTime()Get the current time, i.e.ChimeraDateChimeraDate. getWithoutFractionalSeconds()Discard the fractional seconds using the UTC time zone.ChimeraDateChimeraDate. getWithoutFractionalSeconds(String p_strTimeZone)Discard the fractional seconds.ChimeraDateChimeraDate. 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 ChimeraDateCurrentTimestampClosure. call()Get the current timestamp as both ajava.sql.Timestampand as a.IDateTimeValueHolderChimeraDateNowClosure. call()Get the current date as both ajava.sql.Timestampand as a.IDateTimeValueHolder
-