Uses of Class
railo.runtime.type.dt.DateTime

Packages that use DateTime
railo.commons.date   
railo.commons.io.res.type.s3   
railo.commons.io.res.util   
railo.runtime   
railo.runtime.com   
railo.runtime.dump   
railo.runtime.extension   
railo.runtime.format   
railo.runtime.functions.dateTime   
railo.runtime.functions.file   
railo.runtime.functions.international   
railo.runtime.functions.string   
railo.runtime.img   
railo.runtime.java   
railo.runtime.net.rpc.client   
railo.runtime.op   
railo.runtime.op.date   
railo.runtime.query   
railo.runtime.schedule   
railo.runtime.search   
railo.runtime.search.lucene2   
railo.runtime.sql.exp.value   
railo.runtime.tag   
railo.runtime.text.pdf   
railo.runtime.text.xml   
railo.runtime.text.xml.storage   
railo.runtime.text.xml.struct   
railo.runtime.thread   
railo.runtime.type   
railo.runtime.type.cfc   
railo.runtime.type.dt   
railo.runtime.type.query   
railo.runtime.type.scope   
railo.runtime.type.scope.storage   
railo.runtime.type.trace   
railo.runtime.type.util   
railo.runtime.type.wrap   
railo.runtime.util   
 

Uses of DateTime in railo.commons.date
 

Methods in railo.commons.date that return DateTime
 DateTime DateTimeUtil.toDateTime(double days)
          returns a date time instance by a number, the conversion from the double to date is o the base of the CFML rules.
 DateTime DateTimeUtil.toDateTime(TimeZone tz, int year, int month, int day, int hour, int minute, int second, int milliSecond)
           
 DateTime DateTimeUtil.toDateTime(TimeZone tz, int year, int month, int day, int hour, int minute, int second, int milliSecond, DateTime defaultValue)
           
 

Methods in railo.commons.date with parameters of type DateTime
 int JodaDateTimeUtil.getDay(TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getDay(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getDay(TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getDayOfWeek(Locale locale, TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getDayOfWeek(Locale locale, TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getDayOfWeek(Locale locale, TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getDayOfYear(Locale locale, TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getDayOfYear(Locale locale, TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getDayOfYear(Locale locale, TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getDaysInMonth(TimeZone tz, DateTime date)
           
 int JREDateTimeUtil.getDaysInMonth(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getDaysInMonth(TimeZone tz, DateTime dt)
           
 long JodaDateTimeUtil.getDiff(TimeZone tz, int datePart, DateTime left, DateTime right)
           
 long JREDateTimeUtil.getDiff(TimeZone tz, int datePart, DateTime left, DateTime right)
           
abstract  long DateTimeUtil.getDiff(TimeZone tz, int datePart, DateTime left, DateTime right)
           
 int JodaDateTimeUtil.getHour(TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getHour(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getHour(TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getMilliSecond(TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getMilliSecond(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getMilliSecond(TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getMinute(TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getMinute(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getMinute(TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getMonth(TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getMonth(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getMonth(TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getSecond(TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getSecond(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getSecond(TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getWeekOfYear(Locale locale, TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getWeekOfYear(Locale locale, TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getWeekOfYear(Locale locale, TimeZone tz, DateTime dt)
           
 int JodaDateTimeUtil.getYear(TimeZone tz, DateTime dt)
           
 int JREDateTimeUtil.getYear(TimeZone tz, DateTime dt)
           
abstract  int DateTimeUtil.getYear(TimeZone tz, DateTime dt)
           
 boolean DateTimeUtil.toBooleanValue(DateTime dateTime)
          cast boolean value
 DateTime DateTimeUtil.toDateTime(TimeZone tz, int year, int month, int day, int hour, int minute, int second, int milliSecond, DateTime defaultValue)
           
 double DateTimeUtil.toDoubleValue(DateTime dateTime)
           
 String JodaDateTimeUtil.toString(DateTime date, TimeZone tz)
           
 String JREDateTimeUtil.toString(DateTime dt, TimeZone tz)
           
abstract  String DateTimeUtil.toString(DateTime dt, TimeZone tz)
           
 

Uses of DateTime in railo.commons.io.res.type.s3
 

Methods in railo.commons.io.res.type.s3 that return DateTime
 DateTime Bucket.getCreation()
           
static DateTime S3.toDate(String strDate, TimeZone tz)
           
 

Methods in railo.commons.io.res.type.s3 with parameters of type DateTime
 void Bucket.setCreation(DateTime creation)
           
 

Uses of DateTime in railo.commons.io.res.util
 

Methods in railo.commons.io.res.util that return DateTime
 DateTime ModeObjectWrap.castToDateTime()
           
 DateTime ModeObjectWrap.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.commons.io.res.util with parameters of type DateTime
 DateTime ModeObjectWrap.castToDateTime(DateTime defaultValue)
           
 int ModeObjectWrap.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime
 

Methods in railo.runtime that return DateTime
 DateTime ComponentScopeShadow.castToDateTime()
           
 DateTime ComponentWrap.castToDateTime()
           
 DateTime SuperComponent.castToDateTime()
           
 DateTime ComponentScopeThis.castToDateTime()
           
 DateTime ComponentImpl.castToDateTime()
           
 DateTime ComponentScopeShadow.castToDateTime(DateTime defaultValue)
           
 DateTime ComponentWrap.castToDateTime(DateTime defaultValue)
           
 DateTime SuperComponent.castToDateTime(DateTime defaultValue)
           
 DateTime ComponentScopeThis.castToDateTime(DateTime defaultValue)
           
 DateTime ComponentImpl.castToDateTime(DateTime defaultValue)
           
static DateTime Info.getRealeaseDate()
           
 

Methods in railo.runtime with parameters of type DateTime
 DateTime ComponentScopeShadow.castToDateTime(DateTime defaultValue)
           
 DateTime ComponentWrap.castToDateTime(DateTime defaultValue)
           
 DateTime SuperComponent.castToDateTime(DateTime defaultValue)
           
 DateTime ComponentScopeThis.castToDateTime(DateTime defaultValue)
           
 DateTime ComponentImpl.castToDateTime(DateTime defaultValue)
           
 int ComponentScopeShadow.compareTo(DateTime dt)
           
 int ComponentWrap.compareTo(DateTime dt)
           
 int SuperComponent.compareTo(DateTime dt)
           
 int ComponentScopeThis.compareTo(DateTime dt)
           
 int ComponentImpl.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.com
 

Methods in railo.runtime.com that return DateTime
 DateTime COMObject.castToDateTime()
           
 DateTime COMObject.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.com with parameters of type DateTime
 DateTime COMObject.castToDateTime(DateTime defaultValue)
           
 int COMObject.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.dump
 

Methods in railo.runtime.dump that return DateTime
 DateTime SimpleDumpData.castToDateTime()
           
 DateTime SimpleDumpData.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.dump with parameters of type DateTime
 DateTime SimpleDumpData.castToDateTime(DateTime defaultValue)
           
 int SimpleDumpData.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.extension
 

Methods in railo.runtime.extension that return DateTime
 DateTime ExtensionImpl.getCreated()
           
 DateTime Extension.getCreated()
           
 

Constructors in railo.runtime.extension with parameters of type DateTime
ExtensionImpl(String strConfig, String id, String provider, String version, String name, String label, String description, String category, String image, String author, String codename, String video, String support, String documentation, String forum, String mailinglist, String network, DateTime created, String type)
           
ExtensionImpl(Struct config, String id, String provider, String version, String name, String label, String description, String category, String image, String author, String codename, String video, String support, String documentation, String forum, String mailinglist, String network, DateTime created, String type)
           
 

Uses of DateTime in railo.runtime.format
 

Methods in railo.runtime.format with parameters of type DateTime
 String TimeFormat.format(DateTime date, String mask, TimeZone tz)
           
 

Uses of DateTime in railo.runtime.functions.dateTime
 

Methods in railo.runtime.functions.dateTime that return DateTime
static DateTime DateAdd._call(PageContext pc, TimeZone tz, String datepart, double number, DateTime date)
           
static DateTime NowServer.call(PageContext pc)
          Deprecated.  
static DateTime Now.call(PageContext pc)
           
static DateTime CreateODBCTime.call(PageContext pc, DateTime datetime)
           
static DateTime CreateODBCDateTime.call(PageContext pc, DateTime datetime)
           
static DateTime CreateODBCDate.call(PageContext pc, DateTime datetime)
           
static DateTime CreateDate.call(PageContext pc, double year, double month, double day)
           
static DateTime CreateTime.call(PageContext pc, double hour, double minute, double second)
           
static DateTime CreateTime.call(PageContext pc, double hour, double minute, double second, double millis)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second, double millis)
           
static DateTime CreateDateTime.call(PageContext pc, double year, double month, double day, double hour, double minute, double second, double millis, String strTimezone)
           
static DateTime CreateTime.call(PageContext pc, double hour, double minute, double second, double millis, String strTimezone)
           
static DateTime CreateDate.call(PageContext pc, double year, double month, double day, String strTimezone)
           
static DateTime DateConvert.call(PageContext pc, String conversionType, DateTime date)
           
static DateTime DateAdd.call(PageContext pc, String datepart, double number, DateTime date)
           
 

Methods in railo.runtime.functions.dateTime with parameters of type DateTime
static DateTime DateAdd._call(PageContext pc, TimeZone tz, String datepart, double number, DateTime date)
           
static double FirstDayOfMonth.call(PageContext pc, DateTime date)
           
static double Second.call(PageContext pc, DateTime date)
           
static double DaysInMonth.call(PageContext pc, DateTime date)
           
static DateTime CreateODBCTime.call(PageContext pc, DateTime datetime)
           
static double Minute.call(PageContext pc, DateTime date)
           
static DateTime CreateODBCDateTime.call(PageContext pc, DateTime datetime)
           
static double Month.call(PageContext pc, DateTime date)
           
static double Hour.call(PageContext pc, DateTime date)
           
static double DayOfWeek.call(PageContext pc, DateTime date)
           
static double Quarter.call(PageContext pc, DateTime date)
           
static DateTime CreateODBCDate.call(PageContext pc, DateTime datetime)
           
static double Day.call(PageContext pc, DateTime date)
           
static double DaysInYear.call(PageContext pc, DateTime date)
           
static double Week.call(PageContext pc, DateTime date)
           
static double Year.call(PageContext pc, DateTime date)
           
static String GetHttpTimeString.call(PageContext pc, DateTime datetime)
           
static double DayOfYear.call(PageContext pc, DateTime date)
           
static double MilliSecond.call(PageContext pc, DateTime date)
           
static double DateCompare.call(PageContext pc, DateTime left, DateTime right)
           
static double DateCompare.call(PageContext pc, DateTime left, DateTime right, String datepart)
           
static double FirstDayOfMonth.call(PageContext pc, DateTime date, String strTimezone)
           
static double Second.call(PageContext pc, DateTime date, String strTimezone)
           
static double DaysInMonth.call(PageContext pc, DateTime date, String strTimezone)
           
static double Minute.call(PageContext pc, DateTime date, String strTimezone)
           
static double Month.call(PageContext pc, DateTime date, String strTimezone)
           
static double Hour.call(PageContext pc, DateTime date, String strTimezone)
           
static double DayOfWeek.call(PageContext pc, DateTime date, String strTimezone)
           
static double Quarter.call(PageContext pc, DateTime date, String strTimezone)
           
static double Day.call(PageContext pc, DateTime date, String strTimezone)
           
static double DaysInYear.call(PageContext pc, DateTime date, String strTimezone)
           
static double Week.call(PageContext pc, DateTime date, String strTimezone)
           
static double Year.call(PageContext pc, DateTime date, String strTimezone)
           
static double DayOfYear.call(PageContext pc, DateTime date, String strTimezone)
           
static double MilliSecond.call(PageContext pc, DateTime date, String strTimezone)
           
static DateTime DateConvert.call(PageContext pc, String conversionType, DateTime date)
           
static double DatePart.call(PageContext pc, String datepart, DateTime date)
           
static double DateDiff.call(PageContext pc, String datePart, DateTime left, DateTime right)
           
static double DatePart.call(PageContext pc, String datepart, DateTime date, String strTimezone)
           
static DateTime DateAdd.call(PageContext pc, String datepart, double number, DateTime date)
           
static double Beat.format(DateTime date)
           
static String GetHttpTimeString.invoke(DateTime datetime)
           
 

Uses of DateTime in railo.runtime.functions.file
 

Methods in railo.runtime.functions.file that return DateTime
 DateTime FileStreamWrapper.castToDateTime()
           
 DateTime FileStreamWrapper.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.functions.file with parameters of type DateTime
static String FileSetLastModified.call(PageContext pc, Object oSrc, DateTime date)
           
 DateTime FileStreamWrapper.castToDateTime(DateTime defaultValue)
           
 int FileStreamWrapper.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.functions.international
 

Methods in railo.runtime.functions.international that return DateTime
static DateTime LSParseDateTime.call(PageContext pc, Object oDate)
           
static DateTime LSParseDateTime.call(PageContext pc, Object oDate, String strLocale)
           
static DateTime LSParseDateTime.call(PageContext pc, Object oDate, String strLocale, String strTimezone)
           
 

Methods in railo.runtime.functions.international with parameters of type DateTime
static double LSWeek.call(PageContext pc, DateTime date)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date)
           
static double LSWeek.call(PageContext pc, DateTime date, String strLocale)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date, String strLocale)
           
static double LSWeek.call(PageContext pc, DateTime date, String strLocale, String strTimezone)
           
static double LSDayOfWeek.call(PageContext pc, DateTime date, String strLocale, String strTimezone)
           
 

Uses of DateTime in railo.runtime.functions.string
 

Methods in railo.runtime.functions.string that return DateTime
static DateTime ParseDateTime.call(PageContext pc, Object oDate)
           
static DateTime ParseDateTime.call(PageContext pc, Object oDate, String popConversion)
           
static DateTime ParseDateTime.call(PageContext pc, Object oDate, String popConversion, String strTimezone)
           
 

Uses of DateTime in railo.runtime.img
 

Methods in railo.runtime.img that return DateTime
 DateTime Image.castToDateTime()
           
 DateTime Image.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.img with parameters of type DateTime
 DateTime Image.castToDateTime(DateTime defaultValue)
           
 int Image.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.java
 

Methods in railo.runtime.java that return DateTime
 DateTime JavaObject.castToDateTime()
           
 DateTime JavaObject.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.java with parameters of type DateTime
 DateTime JavaObject.castToDateTime(DateTime defaultValue)
           
 int JavaObject.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.net.rpc.client
 

Methods in railo.runtime.net.rpc.client that return DateTime
 DateTime RPCClient.castToDateTime()
           
 DateTime RPCClient.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.net.rpc.client with parameters of type DateTime
 DateTime RPCClient.castToDateTime(DateTime defaultValue)
           
 int RPCClient.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.op
 

Methods in railo.runtime.op that return DateTime
 DateTime Castable.castToDateTime()
          cast the castable value to a date time object
 DateTime Castable.castToDateTime(DateTime defaultValue)
          cast the castable value to a date time object
 DateTime CreationImpl.createDateTime(int year, int month, int day, int hour, int minute, int second, int millis)
           
 DateTime CreationImpl.createDateTime(long time)
           
static DateTime Caster.toDate(boolean b, TimeZone tz)
          cast a boolean to a DateTime Object
 DateTime CastImpl.toDate(boolean b, TimeZone tz)
           
static DateTime Caster.toDate(char c, TimeZone tz)
          cast a char to a DateTime Object
 DateTime CastImpl.toDate(char c, TimeZone tz)
           
static DateTime Caster.toDate(double d, TimeZone tz)
          cast a double to a DateTime Object
 DateTime CastImpl.toDate(double d, TimeZone tz)
           
 DateTime CastImpl.toDate(Locale locale, String str, TimeZone tz)
           
 DateTime CastImpl.toDate(Locale locale, String str, TimeZone tz, DateTime defaultValue)
           
static DateTime Caster.toDate(Object o, boolean alsoNumbers, TimeZone tz)
          cast a Object to a DateTime Object
static DateTime Caster.toDate(Object o, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 DateTime CastImpl.toDate(Object o, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
           
static DateTime Caster.toDate(Object o, TimeZone tz)
          cast a Object to a DateTime Object
 DateTime CastImpl.toDate(Object o, TimeZone tz)
           
static DateTime Caster.toDate(String str, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 DateTime CastImpl.toDate(String str, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
           
static DateTime Caster.toDate(String str, TimeZone tz)
          cast a Object to a DateTime Object
 DateTime CastImpl.toDate(String str, TimeZone tz)
           
static DateTime Caster.toDateTime(Locale locale, String str, TimeZone tz, boolean useCommomDateParserAsWell)
          parse a string to a Datetime Object
static DateTime Caster.toDateTime(Locale locale, String str, TimeZone tz, DateTime defaultValue, boolean useCommomDateParserAsWell)
          parse a string to a Datetime Object, returns null if can't convert
static DateTime Caster.toDatetime(Object o, TimeZone tz)
          cast a Object to a DateTime Object (alias for toDateTime)
 DateTime CastImpl.toDatetime(Object o, TimeZone tz)
           
static DateTime Caster.toDateTime(Object o, TimeZone tz)
          cast a Object to a DateTime Object
 DateTime CastImpl.toDateTime(Object o, TimeZone tz)
           
 

Methods in railo.runtime.op with parameters of type DateTime
 DateTime Castable.castToDateTime(DateTime defaultValue)
          cast the castable value to a date time object
 int Castable.compareTo(DateTime dt)
           
 DateTime CastImpl.toDate(Locale locale, String str, TimeZone tz, DateTime defaultValue)
           
static DateTime Caster.toDate(Object o, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 DateTime CastImpl.toDate(Object o, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
           
static DateTime Caster.toDate(String str, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 DateTime CastImpl.toDate(String str, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
           
static DateTime Caster.toDateTime(Locale locale, String str, TimeZone tz, DateTime defaultValue, boolean useCommomDateParserAsWell)
          parse a string to a Datetime Object, returns null if can't convert
 

Uses of DateTime in railo.runtime.op.date
 

Methods in railo.runtime.op.date that return DateTime
static DateTime DateCaster.toDateAdvanced(Object o, boolean alsoNumbers, TimeZone timeZone)
           
static DateTime DateCaster.toDateAdvanced(Object o, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
           
static DateTime DateCaster.toDateAdvanced(Object o, TimeZone timezone)
          converts a Object to a DateTime Object (Advanced but slower)
static DateTime DateCaster.toDateAdvanced(Object o, TimeZone timeZone, DateTime defaultValue)
          converts a Object to a DateTime Object (Advanced but slower), returns null if invalid string
static DateTime DateCaster.toDateAdvanced(String str, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
          converts a String to a DateTime Object (Advanced but slower), returns null if invalid string
static DateTime DateCaster.toDateAdvanced(String str, TimeZone timezone)
          converts a Object to a DateTime Object (Advanced but slower)
static DateTime DateCaster.toDateAdvanced(String str, TimeZone timeZone, DateTime defaultValue)
           
static DateTime DateCaster.toDateSimple(boolean b, TimeZone timeZone)
          converts a boolean to a DateTime Object
static DateTime DateCaster.toDateSimple(char c, TimeZone timeZone)
          converts a char to a DateTime Object
static DateTime DateCaster.toDateSimple(double d, TimeZone timeZone)
          converts a double to a DateTime Object
static DateTime DateCaster.toDateSimple(Object o, boolean alsoNumbers, TimeZone timeZone)
          converts a Object to a DateTime Object, returns null if invalid string
static DateTime DateCaster.toDateSimple(Object o, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
          converts a Object to a DateTime Object, returns null if invalid string
static DateTime DateCaster.toDateSimple(Object o, TimeZone timeZone)
          converts a Object to a DateTime Object, returns null if invalid string
static DateTime DateCaster.toDateSimple(String str, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
           
static DateTime DateCaster.toDateSimple(String str, TimeZone timeZone)
          converts a Object to a DateTime Object, returns null if invalid string
 

Methods in railo.runtime.op.date with parameters of type DateTime
static DateTime DateCaster.toDateAdvanced(Object o, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
           
static DateTime DateCaster.toDateAdvanced(Object o, TimeZone timeZone, DateTime defaultValue)
          converts a Object to a DateTime Object (Advanced but slower), returns null if invalid string
static DateTime DateCaster.toDateAdvanced(String str, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
          converts a String to a DateTime Object (Advanced but slower), returns null if invalid string
static DateTime DateCaster.toDateAdvanced(String str, TimeZone timeZone, DateTime defaultValue)
           
static DateTime DateCaster.toDateSimple(Object o, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
          converts a Object to a DateTime Object, returns null if invalid string
static DateTime DateCaster.toDateSimple(String str, boolean alsoNumbers, TimeZone timeZone, DateTime defaultValue)
           
 

Uses of DateTime in railo.runtime.query
 

Methods in railo.runtime.query that return DateTime
 DateTime QueryCacheQueryColumn.castToDateTime()
           
 DateTime QueryCacheQuery.castToDateTime()
           
 DateTime QueryCacheQueryColumn.castToDateTime(DateTime defaultValue)
           
 DateTime QueryCacheQuery.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.query with parameters of type DateTime
 DateTime QueryCacheQueryColumn.castToDateTime(DateTime defaultValue)
           
 DateTime QueryCacheQuery.castToDateTime(DateTime defaultValue)
           
 int QueryCacheQueryColumn.compareTo(DateTime dt)
           
 int QueryCacheQuery.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.schedule
 

Methods in railo.runtime.schedule that return DateTime
 DateTime StorageUtil.toDateTime(Config config, Element el, String attributeName)
          reads a XML Element Attribute ans cast it to a DateTime Object
 DateTime StorageUtil.toDateTime(Element el, String attributeName, DateTime defaultValue)
          reads a XML Element Attribute ans cast it to a DateTime
 

Methods in railo.runtime.schedule with parameters of type DateTime
 void StorageUtil.setDateTime(Element el, String key, DateTime value)
          sets a datetime value to a XML Element
 DateTime StorageUtil.toDateTime(Element el, String attributeName, DateTime defaultValue)
          reads a XML Element Attribute ans cast it to a DateTime
 

Uses of DateTime in railo.runtime.search
 

Methods in railo.runtime.search that return DateTime
 DateTime SearchCollectionSupport.getCreated()
           
 DateTime SearchCollectionSupport2.getCreated()
           
 DateTime SearchCollection.getCreated()
           
 DateTime SearchCollectionSupport.getLastUpdate()
           
 DateTime SearchCollectionSupport2.getLastUpdate()
           
 DateTime SearchCollection.getLastUpdate()
           
 

Constructors in railo.runtime.search with parameters of type DateTime
SearchCollectionSupport(SearchEngineSupport searchEngine, String name, Resource path, String language, DateTime lastUpdate, DateTime created)
          constructor of the class
SearchCollectionSupport2(SearchEngineSupport searchEngine, String name, Resource path, String language, DateTime lastUpdate, DateTime created)
          constructor of the class
 

Uses of DateTime in railo.runtime.search.lucene2
 

Methods in railo.runtime.search.lucene2 with parameters of type DateTime
 SearchCollection LuceneSearchEngine._readCollection(String name, Resource path, String language, DateTime lastUpdate, DateTime created)
           
 

Constructors in railo.runtime.search.lucene2 with parameters of type DateTime
LuceneSearchCollection(SearchEngineSupport searchEngine, String name, Resource path, String language, DateTime lastUpdate, DateTime created)
           
LuceneSearchCollection(SearchEngineSupport searchEngine, String name, Resource path, String language, DateTime lastUpdate, DateTime created, boolean spellcheck)
           
 

Uses of DateTime in railo.runtime.sql.exp.value
 

Methods in railo.runtime.sql.exp.value that return DateTime
 DateTime ValueDate.getValueAsDateTime()
           
 

Constructors in railo.runtime.sql.exp.value with parameters of type DateTime
ValueDate(DateTime value)
           
 

Uses of DateTime in railo.runtime.tag
 

Methods in railo.runtime.tag with parameters of type DateTime
 void StoredProc.setCachedafter(DateTime cachedafter)
          set the value cachedafter This is the age of which the query data can be
 void Query.setCachedafter(DateTime cachedafter)
          set the value cachedafter This is the age of which the query data can be
 void Calendar.setEndrange(DateTime endRange)
           
 void Calendar.setSelecteddate(DateTime selectedDate)
           
 void Calendar.setStartrange(DateTime startRange)
           
 

Uses of DateTime in railo.runtime.text.pdf
 

Methods in railo.runtime.text.pdf that return DateTime
 DateTime PDFDocument.castToDateTime()
           
 DateTime PDFDocument.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.text.pdf with parameters of type DateTime
 DateTime PDFDocument.castToDateTime(DateTime defaultValue)
           
 int PDFDocument.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.text.xml
 

Methods in railo.runtime.text.xml that return DateTime
 DateTime XMLNodeList.castToDateTime()
           
 DateTime XMLAttributes.castToDateTime()
           
 DateTime XMLNodeList.castToDateTime(DateTime defaultValue)
           
 DateTime XMLAttributes.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.text.xml with parameters of type DateTime
 DateTime XMLNodeList.castToDateTime(DateTime defaultValue)
           
 DateTime XMLAttributes.castToDateTime(DateTime defaultValue)
           
 int XMLNodeList.compareTo(DateTime dt)
           
 int XMLAttributes.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.text.xml.storage
 

Methods in railo.runtime.text.xml.storage that return DateTime
 DateTime StorageItem.getDateTime(String key)
          gets a value from the storage item as Date Object
 

Methods in railo.runtime.text.xml.storage with parameters of type DateTime
 void StorageItem.setDateTime(String key, DateTime value)
          sets a value to the storage item as DateTime Object
 

Uses of DateTime in railo.runtime.text.xml.struct
 

Methods in railo.runtime.text.xml.struct that return DateTime
 DateTime XMLNodeStruct.castToDateTime()
           
 DateTime XMLMultiElementArray.castToDateTime()
           
 DateTime XMLNodeStruct.castToDateTime(DateTime defaultValue)
           
 DateTime XMLMultiElementArray.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.text.xml.struct with parameters of type DateTime
 DateTime XMLNodeStruct.castToDateTime(DateTime defaultValue)
           
 DateTime XMLMultiElementArray.castToDateTime(DateTime defaultValue)
           
 int XMLNodeStruct.compareTo(DateTime dt)
           
 int XMLMultiElementArray.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.thread
 

Methods in railo.runtime.thread that return DateTime
 DateTime ThreadsImpl.castToDateTime()
           
 DateTime ThreadsImpl.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.thread with parameters of type DateTime
 DateTime ThreadsImpl.castToDateTime(DateTime defaultValue)
           
 int ThreadsImpl.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.type
 

Methods in railo.runtime.type that return DateTime
 DateTime QueryColumnImpl.castToDateTime()
           
 DateTime FunctionValueImpl.castToDateTime()
           
 DateTime StructImplString.castToDateTime()
           
 DateTime QueryColumnRef.castToDateTime()
           
 DateTime Null.castToDateTime()
           
 DateTime CastableStruct.castToDateTime()
           
 DateTime KeyImpl.castToDateTime()
           
 DateTime CastableArray.castToDateTime()
           
 DateTime SVArray.castToDateTime()
           
 DateTime CollectionStruct.castToDateTime()
           
 DateTime StructImplKey.castToDateTime()
           
 DateTime DoubleStruct.castToDateTime()
           
 DateTime SVStruct.castToDateTime()
           
 DateTime QueryImpl.castToDateTime()
           
 DateTime QueryColumnImpl.castToDateTime(DateTime defaultValue)
           
 DateTime FunctionValueImpl.castToDateTime(DateTime defaultValue)
           
 DateTime StructImplString.castToDateTime(DateTime defaultValue)
           
 DateTime QueryColumnRef.castToDateTime(DateTime defaultValue)
           
 DateTime Null.castToDateTime(DateTime defaultValue)
           
 DateTime CastableStruct.castToDateTime(DateTime defaultValue)
           
 DateTime KeyImpl.castToDateTime(DateTime defaultValue)
           
 DateTime CastableArray.castToDateTime(DateTime defaultValue)
           
 DateTime SVArray.castToDateTime(DateTime defaultValue)
           
 DateTime StructImplKey.castToDateTime(DateTime defaultValue)
           
 DateTime DoubleStruct.castToDateTime(DateTime defaultValue)
           
 DateTime SVStruct.castToDateTime(DateTime defaultValue)
           
 DateTime QueryImpl.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type with parameters of type DateTime
 DateTime QueryColumnImpl.castToDateTime(DateTime defaultValue)
           
 DateTime FunctionValueImpl.castToDateTime(DateTime defaultValue)
           
 DateTime StructImplString.castToDateTime(DateTime defaultValue)
           
 DateTime QueryColumnRef.castToDateTime(DateTime defaultValue)
           
 DateTime Null.castToDateTime(DateTime defaultValue)
           
 DateTime CastableStruct.castToDateTime(DateTime defaultValue)
           
 DateTime KeyImpl.castToDateTime(DateTime defaultValue)
           
 DateTime CastableArray.castToDateTime(DateTime defaultValue)
           
 DateTime SVArray.castToDateTime(DateTime defaultValue)
           
 DateTime StructImplKey.castToDateTime(DateTime defaultValue)
           
 DateTime DoubleStruct.castToDateTime(DateTime defaultValue)
           
 DateTime SVStruct.castToDateTime(DateTime defaultValue)
           
 DateTime QueryImpl.castToDateTime(DateTime defaultValue)
           
 int QueryColumnImpl.compareTo(DateTime dt)
           
 int FunctionValueImpl.compareTo(DateTime dt)
           
 int StructImplString.compareTo(DateTime dt)
           
 int QueryColumnRef.compareTo(DateTime dt)
           
 int Null.compareTo(DateTime dt)
           
 int CastableStruct.compareTo(DateTime dt)
           
 int KeyImpl.compareTo(DateTime dt)
           
 int CastableArray.compareTo(DateTime dt)
           
 int SVArray.compareTo(DateTime dt)
           
 int CollectionStruct.compareTo(DateTime dt)
           
 int StructImplKey.compareTo(DateTime dt)
           
 int DoubleStruct.compareTo(DateTime dt)
           
 int SVStruct.compareTo(DateTime dt)
           
 int QueryImpl.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.type.cfc
 

Methods in railo.runtime.type.cfc that return DateTime
 DateTime ComponentProProxy.castToDateTime()
           
 DateTime ComponentProProxy.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type.cfc with parameters of type DateTime
 DateTime ComponentProProxy.castToDateTime(DateTime defaultValue)
           
 int ComponentProProxy.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.type.dt
 

Subclasses of DateTime in railo.runtime.type.dt
 class Date
          Date only object
 class DateImpl
          Printable and Castable Date Object (no visible time)
 class DateTimeImpl
          Printable and Castable DateTime Object
 class Time
          time interface
 class TimeImpl
          Printable and Castable Time Object (at the moment, same as DateTime)
 

Methods in railo.runtime.type.dt that return DateTime
 DateTime DateTimeImpl.castToDateTime()
           
 DateTime TimeImpl.castToDateTime()
           
 DateTime DateImpl.castToDateTime()
           
 DateTime TimeSpanImpl.castToDateTime()
           
 DateTime DateTimeImpl.castToDateTime(DateTime defaultValue)
           
 DateTime TimeImpl.castToDateTime(DateTime defaultValue)
           
 DateTime DateImpl.castToDateTime(DateTime defaultValue)
           
 DateTime TimeSpanImpl.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type.dt with parameters of type DateTime
 DateTime DateTimeImpl.castToDateTime(DateTime defaultValue)
           
 DateTime TimeImpl.castToDateTime(DateTime defaultValue)
           
 DateTime DateImpl.castToDateTime(DateTime defaultValue)
           
 DateTime TimeSpanImpl.castToDateTime(DateTime defaultValue)
           
 int DateTimeImpl.compareTo(DateTime dt)
           
 int TimeImpl.compareTo(DateTime dt)
           
 int DateImpl.compareTo(DateTime dt)
           
 int TimeSpanImpl.compareTo(DateTime dt)
           
 

Constructors in railo.runtime.type.dt with parameters of type DateTime
Date(DateTime date)
          constructor of the class
 

Uses of DateTime in railo.runtime.type.query
 

Methods in railo.runtime.type.query that return DateTime
 DateTime SimpleQueryColumn.castToDateTime()
           
 DateTime SimpleQuery.castToDateTime()
           
 DateTime SimpleQueryColumn.castToDateTime(DateTime defaultValue)
           
 DateTime SimpleQuery.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type.query with parameters of type DateTime
 DateTime SimpleQueryColumn.castToDateTime(DateTime defaultValue)
           
 DateTime SimpleQuery.castToDateTime(DateTime defaultValue)
           
 int SimpleQueryColumn.compareTo(DateTime dt)
           
 int SimpleQuery.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.type.scope
 

Methods in railo.runtime.type.scope that return DateTime
 DateTime UndefinedImpl.castToDateTime()
           
 DateTime LocalNotSupportedScope.castToDateTime()
           
 DateTime UrlFormImpl.castToDateTime()
           
 DateTime ObjectStruct.castToDateTime()
           
 DateTime ArgumentThreadImpl.castToDateTime()
           
 DateTime ClusterNotSupported.castToDateTime()
           
 DateTime CallerImpl.castToDateTime()
           
 DateTime VariablesAsSession.castToDateTime()
           
 DateTime UndefinedImpl.castToDateTime(DateTime defaultValue)
           
 DateTime LocalNotSupportedScope.castToDateTime(DateTime defaultValue)
           
 DateTime UrlFormImpl.castToDateTime(DateTime defaultValue)
           
 DateTime ObjectStruct.castToDateTime(DateTime defaultValue)
           
 DateTime ArgumentThreadImpl.castToDateTime(DateTime defaultValue)
           
 DateTime ClusterNotSupported.castToDateTime(DateTime defaultValue)
           
 DateTime CallerImpl.castToDateTime(DateTime defaultValue)
           
 DateTime VariablesAsSession.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type.scope with parameters of type DateTime
 DateTime UndefinedImpl.castToDateTime(DateTime defaultValue)
           
 DateTime LocalNotSupportedScope.castToDateTime(DateTime defaultValue)
           
 DateTime UrlFormImpl.castToDateTime(DateTime defaultValue)
           
 DateTime ObjectStruct.castToDateTime(DateTime defaultValue)
           
 DateTime ArgumentThreadImpl.castToDateTime(DateTime defaultValue)
           
 DateTime ClusterNotSupported.castToDateTime(DateTime defaultValue)
           
 DateTime CallerImpl.castToDateTime(DateTime defaultValue)
           
 DateTime VariablesAsSession.castToDateTime(DateTime defaultValue)
           
 int UndefinedImpl.compareTo(DateTime dt)
           
 int LocalNotSupportedScope.compareTo(DateTime dt)
           
 int UrlFormImpl.compareTo(DateTime dt)
           
 int ObjectStruct.compareTo(DateTime dt)
           
 int ArgumentThreadImpl.compareTo(DateTime dt)
           
 int ClusterNotSupported.compareTo(DateTime dt)
           
 int CallerImpl.compareTo(DateTime dt)
           
 int VariablesAsSession.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.type.scope.storage
 

Methods in railo.runtime.type.scope.storage that return DateTime
 DateTime StorageScopeImpl.castToDateTime()
           
 DateTime StorageScopeImpl.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type.scope.storage with parameters of type DateTime
 DateTime StorageScopeImpl.castToDateTime(DateTime defaultValue)
           
 int StorageScopeImpl.compareTo(DateTime dt)
           
 

Constructors in railo.runtime.type.scope.storage with parameters of type DateTime
StorageScopeImpl(Struct sct, DateTime timecreated, DateTime _lastvisit, long lastvisit, int hitcount, String strType, int type)
          Constructor of the class
 

Uses of DateTime in railo.runtime.type.trace
 

Subclasses of DateTime in railo.runtime.type.trace
 class TODateTime
           
 

Methods in railo.runtime.type.trace that return DateTime
 DateTime TODateTime.castToDateTime()
           
 DateTime TOObjects.castToDateTime()
           
 DateTime TODateTime.castToDateTime(DateTime defaultValue)
           
 DateTime TOObjects.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type.trace with parameters of type DateTime
 DateTime TODateTime.castToDateTime(DateTime defaultValue)
           
 DateTime TOObjects.castToDateTime(DateTime defaultValue)
           
 int TODateTime.compareTo(DateTime dt)
           
 int TOObjects.compareTo(DateTime dt)
           
 

Constructors in railo.runtime.type.trace with parameters of type DateTime
TODateTime(Debugger debugger, DateTime dt, int type, String category, String text)
           
 

Uses of DateTime in railo.runtime.type.util
 

Methods in railo.runtime.type.util that return DateTime
 DateTime ArraySupport.castToDateTime()
           
 DateTime StructSupport.castToDateTime()
           
 DateTime UDFDefaultValue.castToDateTime()
          Deprecated.  
 DateTime ArraySupport.castToDateTime(DateTime defaultValue)
           
 DateTime StructSupport.castToDateTime(DateTime defaultValue)
           
 DateTime UDFDefaultValue.castToDateTime(DateTime defaultValue)
          Deprecated.  
 

Methods in railo.runtime.type.util with parameters of type DateTime
 DateTime ArraySupport.castToDateTime(DateTime defaultValue)
           
 DateTime StructSupport.castToDateTime(DateTime defaultValue)
           
 DateTime UDFDefaultValue.castToDateTime(DateTime defaultValue)
          Deprecated.  
 int ArraySupport.compareTo(DateTime dt)
           
 int StructSupport.compareTo(DateTime dt)
           
 int UDFDefaultValue.compareTo(DateTime dt)
          Deprecated.  
 

Uses of DateTime in railo.runtime.type.wrap
 

Methods in railo.runtime.type.wrap that return DateTime
 DateTime ListAsArray.castToDateTime()
           
 DateTime MapAsStruct.castToDateTime()
           
 DateTime ListAsArray.castToDateTime(DateTime defaultValue)
           
 DateTime MapAsStruct.castToDateTime(DateTime defaultValue)
           
 

Methods in railo.runtime.type.wrap with parameters of type DateTime
 DateTime ListAsArray.castToDateTime(DateTime defaultValue)
           
 DateTime MapAsStruct.castToDateTime(DateTime defaultValue)
           
 int ListAsArray.compareTo(DateTime dt)
           
 int MapAsStruct.compareTo(DateTime dt)
           
 

Uses of DateTime in railo.runtime.util
 

Methods in railo.runtime.util that return DateTime
 DateTime Creation.createDateTime(int year, int month, int day, int hour, int minute, int seond, int millis)
          creates and returns a DateTime instance
 DateTime Creation.createDateTime(long time)
          creates and returns a DateTime instance
 DateTime Cast.toDate(boolean b, TimeZone tz)
          cast a boolean to a DateTime Object
 DateTime Cast.toDate(char c, TimeZone tz)
          cast a char to a DateTime Object
 DateTime Cast.toDate(double d, TimeZone tz)
          cast a double to a DateTime Object
 DateTime Cast.toDate(Locale locale, String str, TimeZone tz)
          parse a string to a Datetime Object
 DateTime Cast.toDate(Locale locale, String str, TimeZone tz, DateTime defaultValue)
          parse a string to a Datetime Object, returns null if can't convert
 DateTime Cast.toDate(Object o, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 DateTime Cast.toDate(Object o, TimeZone tz)
          cast a Object to a DateTime Object
 DateTime Cast.toDate(String str, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 DateTime Cast.toDate(String str, TimeZone tz)
          cast a Object to a DateTime Object
 DateTime Cast.toDatetime(Object o, TimeZone tz)
          cast a Object to a DateTime Object (alias for toDateTime)
 DateTime Cast.toDateTime(Object o, TimeZone tz)
          cast a Object to a DateTime Object
 

Methods in railo.runtime.util with parameters of type DateTime
 DateTime Cast.toDate(Locale locale, String str, TimeZone tz, DateTime defaultValue)
          parse a string to a Datetime Object, returns null if can't convert
 DateTime Cast.toDate(Object o, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 DateTime Cast.toDate(String str, boolean alsoNumbers, TimeZone tz, DateTime defaultValue)
          cast a Object to a DateTime Object
 



Copyright © 2012 Railo