Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
int |
JREDateTimeUtil.getDay(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getDay(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getDayOfWeek(Locale locale,
TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getDayOfWeek(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 |
JREDateTimeUtil.getDaysInMonth(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getDaysInMonth(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getFirstDayOfMonth(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getFirstDayOfMonth(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getHour(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getHour(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getMilliSecond(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getMilliSecond(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getMinute(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getMinute(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getMonth(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getMonth(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getSecond(TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getSecond(TimeZone tz,
DateTime dt) |
int |
JREDateTimeUtil.getWeekOfYear(Locale locale,
TimeZone tz,
DateTime dt) |
abstract int |
DateTimeUtil.getWeekOfYear(Locale locale,
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 |
JREDateTimeUtil.toString(DateTime dt,
TimeZone tz) |
abstract String |
DateTimeUtil.toString(DateTime dt,
TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
DateTime |
Bucket.getCreation() |
static DateTime |
S3.toDate(String strDate,
TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
void |
Bucket.setCreation(DateTime creation) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ModeObjectWrap.castToDateTime() |
DateTime |
ModeObjectWrap.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ModeObjectWrap.castToDateTime(DateTime defaultValue) |
int |
ModeObjectWrap.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ComponentScopeShadow.castToDateTime() |
DateTime |
ComponentSpecificAccess.castToDateTime() |
DateTime |
SuperComponent.castToDateTime() |
DateTime |
ComponentScopeThis.castToDateTime() |
DateTime |
ComponentImpl.castToDateTime() |
DateTime |
ComponentScopeShadow.castToDateTime(DateTime defaultValue) |
DateTime |
ComponentSpecificAccess.castToDateTime(DateTime defaultValue) |
DateTime |
SuperComponent.castToDateTime(DateTime defaultValue) |
DateTime |
ComponentScopeThis.castToDateTime(DateTime defaultValue) |
DateTime |
ComponentImpl.castToDateTime(DateTime defaultValue) |
static DateTime |
Info.getRealeaseDate() |
Modifier and Type | Method and Description |
---|---|
DateTime |
ComponentScopeShadow.castToDateTime(DateTime defaultValue) |
DateTime |
ComponentSpecificAccess.castToDateTime(DateTime defaultValue) |
DateTime |
SuperComponent.castToDateTime(DateTime defaultValue) |
DateTime |
ComponentScopeThis.castToDateTime(DateTime defaultValue) |
DateTime |
ComponentImpl.castToDateTime(DateTime defaultValue) |
int |
ComponentScopeShadow.compareTo(DateTime dt) |
int |
ComponentSpecificAccess.compareTo(DateTime dt) |
int |
SuperComponent.compareTo(DateTime dt) |
int |
ComponentScopeThis.compareTo(DateTime dt) |
int |
ComponentImpl.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
COMObject.castToDateTime() |
DateTime |
COMObject.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
COMObject.castToDateTime(DateTime defaultValue) |
int |
COMObject.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
SimpleDumpData.castToDateTime() |
DateTime |
SimpleDumpData.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
SimpleDumpData.castToDateTime(DateTime defaultValue) |
int |
SimpleDumpData.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ExtensionImpl.getCreated() |
DateTime |
Extension.getCreated() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
TimeFormat.format(DateTime date,
String mask,
TimeZone tz) |
Modifier and Type | Method and Description |
---|---|
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 |
CreateODBCDate.call(PageContext pc,
DateTime datetime,
String strTimezone) |
static DateTime |
DateAddMember.call(PageContext pc,
DateTime date,
String datepart,
double number) |
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) |
Modifier and Type | Method and Description |
---|---|
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 DateTime |
CreateODBCDate.call(PageContext pc,
DateTime datetime,
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 |
DatePartMember.call(PageContext pc,
DateTime date,
String datepart) |
static double |
DayOfYear.call(PageContext pc,
DateTime date,
String strTimezone) |
static double |
MilliSecond.call(PageContext pc,
DateTime date,
String strTimezone) |
static DateTime |
DateAddMember.call(PageContext pc,
DateTime date,
String datepart,
double number) |
static double |
DatePartMember.call(PageContext pc,
DateTime date,
String datepart,
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 String |
GetHttpTimeString.invoke(DateTime datetime) |
Modifier and Type | Method and Description |
---|---|
DateTime |
FileStreamWrapper.castToDateTime() |
DateTime |
FileStreamWrapper.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
static String |
FileSetLastModified.call(PageContext pc,
Object oSrc,
DateTime date) |
DateTime |
FileStreamWrapper.castToDateTime(DateTime defaultValue) |
int |
FileStreamWrapper.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
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 strTimezoneOrFormat) |
static DateTime |
LSParseDateTime.call(PageContext pc,
Object oDate,
String strLocale,
String strTimezone,
String strFormat) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static DateTime |
ApplicationStartTime.call(PageContext pc) |
static DateTime |
SessionStartTime.call(PageContext pc) |
Modifier and Type | Method and Description |
---|---|
DateTime |
Image.castToDateTime() |
DateTime |
Image.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
Image.castToDateTime(DateTime defaultValue) |
int |
Image.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
JavaObject.castToDateTime() |
DateTime |
JavaObject.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
JavaObject.castToDateTime(DateTime defaultValue) |
int |
JavaObject.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
HTTPClient.castToDateTime() |
DateTime |
HTTPClient.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
HTTPClient.castToDateTime(DateTime defaultValue) |
int |
HTTPClient.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
JaxWSClient.castToDateTime() |
DateTime |
JaxWSClient.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
JaxWSClient.castToDateTime(DateTime defaultValue) |
int |
JaxWSClient.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
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(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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static DateTime |
DateCaster.toDateAdvanced(Object o,
short convertingType,
TimeZone timeZone) |
static DateTime |
DateCaster.toDateAdvanced(Object o,
short convertingType,
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,
short convertingType,
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,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string
|
static DateTime |
DateCaster.toDateSimple(Object o,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone,
DateTime defaultValue) |
static DateTime |
DateCaster.toDateSimple(String str,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string
|
static DateTime |
DateCaster.toDateSimple(String str,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone,
DateTime defaultValue)
converts the given string to a date following simple and fast parsing rules (no international formats)
|
static DateTime |
DateCaster.toDateSimple(String str,
TimeZone timeZone)
converts a Object to a DateTime Object, returns null if invalid string
|
static DateTime |
DateCaster.toDateTime(Locale locale,
String str,
TimeZone tz,
boolean useCommomDateParserAsWell)
parse a string to a Datetime Object
|
static DateTime |
DateCaster.toDateTime(Locale locale,
String str,
TimeZone tz,
DateTime defaultValue,
boolean useCommomDateParserAsWell)
parse a string to a Datetime Object, returns null if can't convert
|
Modifier and Type | Method and Description |
---|---|
static DateTime |
DateCaster.toDateAdvanced(Object o,
short convertingType,
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,
short convertingType,
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,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone,
DateTime defaultValue) |
static DateTime |
DateCaster.toDateSimple(String str,
short convertingType,
boolean alsoMonthString,
TimeZone timeZone,
DateTime defaultValue)
converts the given string to a date following simple and fast parsing rules (no international formats)
|
static DateTime |
DateCaster.toDateTime(Locale locale,
String str,
TimeZone tz,
DateTime defaultValue,
boolean useCommomDateParserAsWell)
parse a string to a Datetime Object, returns null if can't convert
|
Modifier and Type | Method and Description |
---|---|
static DateTime |
CommonUtil.createDateTime(long time) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ComponentProxy.castToDateTime() |
DateTime |
ComponentProxy.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ComponentProxy.castToDateTime(DateTime defaultValue) |
int |
ComponentProxy.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
DateTime |
SearchCollectionSupport.getCreated() |
DateTime |
SearchCollectionSupport2.getCreated() |
DateTime |
SearchCollection.getCreated() |
DateTime |
SearchCollectionSupport.getLastUpdate() |
DateTime |
SearchCollectionSupport2.getLastUpdate() |
DateTime |
SearchCollection.getLastUpdate() |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
SearchCollection |
LuceneSearchEngine._readCollection(String name,
Resource path,
String language,
DateTime lastUpdate,
DateTime created) |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ValueDate.getValueAsDateTime() |
Constructor and Description |
---|
ValueDate(DateTime value) |
Modifier and Type | Method and Description |
---|---|
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 |
Mail.setSendtime(DateTime dt) |
void |
Calendar.setStartrange(DateTime startRange) |
Modifier and Type | Method and Description |
---|---|
DateTime |
PDFDocument.castToDateTime() |
DateTime |
PDFDocument.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
PDFDocument.castToDateTime(DateTime defaultValue) |
int |
PDFDocument.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
XMLNodeList.castToDateTime() |
DateTime |
XMLAttributes.castToDateTime() |
DateTime |
XMLNodeList.castToDateTime(DateTime defaultValue) |
DateTime |
XMLAttributes.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
XMLNodeList.castToDateTime(DateTime defaultValue) |
DateTime |
XMLAttributes.castToDateTime(DateTime defaultValue) |
int |
XMLNodeList.compareTo(DateTime dt) |
int |
XMLAttributes.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
StorageItem.getDateTime(String key)
gets a value from the storage item as Date Object
|
Modifier and Type | Method and Description |
---|---|
void |
StorageItem.setDateTime(String key,
DateTime value)
sets a value to the storage item as DateTime Object
|
Modifier and Type | Method and Description |
---|---|
DateTime |
XMLNodeStruct.castToDateTime() |
DateTime |
XMLMultiElementArray.castToDateTime() |
DateTime |
XMLNodeStruct.castToDateTime(DateTime defaultValue) |
DateTime |
XMLMultiElementArray.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
XMLNodeStruct.castToDateTime(DateTime defaultValue) |
DateTime |
XMLMultiElementArray.castToDateTime(DateTime defaultValue) |
int |
XMLNodeStruct.compareTo(DateTime dt) |
int |
XMLMultiElementArray.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ThreadsImpl.castToDateTime() |
DateTime |
ThreadsImpl.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ThreadsImpl.castToDateTime(DateTime defaultValue) |
int |
ThreadsImpl.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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)
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
Date(DateTime date)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
DateTime |
SimpleQueryColumn.castToDateTime() |
DateTime |
SimpleQuery.castToDateTime() |
DateTime |
SimpleQueryColumn.castToDateTime(DateTime defaultValue) |
DateTime |
SimpleQuery.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
SimpleQueryColumn.castToDateTime(DateTime defaultValue) |
DateTime |
SimpleQuery.castToDateTime(DateTime defaultValue) |
int |
SimpleQueryColumn.compareTo(DateTime dt) |
int |
SimpleQuery.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
UndefinedImpl.castToDateTime() |
DateTime |
LocalNotSupportedScope.castToDateTime() |
DateTime |
UrlFormImpl.castToDateTime() |
DateTime |
ObjectStruct.castToDateTime() |
DateTime |
ArgumentThreadImpl.castToDateTime() |
DateTime |
ClusterNotSupported.castToDateTime() |
DateTime |
CallerImpl.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) |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
DateTime |
StorageScopeImpl.castToDateTime() |
DateTime |
StorageScopeImpl.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
StorageScopeImpl.castToDateTime(DateTime defaultValue) |
int |
StorageScopeImpl.compareTo(DateTime dt) |
Constructor and Description |
---|
StorageScopeImpl(Struct sct,
DateTime timecreated,
DateTime _lastvisit,
long lastvisit,
int hitcount,
String strType,
int type)
Constructor of the class
|
Modifier and Type | Class and Description |
---|---|
class |
TODateTime |
Modifier and Type | Method and Description |
---|---|
DateTime |
TODateTime.castToDateTime() |
DateTime |
TOObjects.castToDateTime() |
DateTime |
TODateTime.castToDateTime(DateTime defaultValue) |
DateTime |
TOObjects.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
TODateTime.castToDateTime(DateTime defaultValue) |
DateTime |
TOObjects.castToDateTime(DateTime defaultValue) |
int |
TODateTime.compareTo(DateTime dt) |
int |
TOObjects.compareTo(DateTime dt) |
Constructor and Description |
---|
TODateTime(Debugger debugger,
DateTime dt,
int type,
String category,
String text) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ArraySupport.castToDateTime() |
DateTime |
StructSupport.castToDateTime() |
DateTime |
ArraySupport.castToDateTime(DateTime defaultValue) |
DateTime |
StructSupport.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ArraySupport.castToDateTime(DateTime defaultValue) |
DateTime |
StructSupport.castToDateTime(DateTime defaultValue) |
int |
ArraySupport.compareTo(DateTime dt) |
int |
StructSupport.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ListAsArray.castToDateTime() |
DateTime |
MapAsStruct.castToDateTime() |
DateTime |
ListAsArray.castToDateTime(DateTime defaultValue) |
DateTime |
MapAsStruct.castToDateTime(DateTime defaultValue) |
Modifier and Type | Method and Description |
---|---|
DateTime |
ListAsArray.castToDateTime(DateTime defaultValue) |
DateTime |
MapAsStruct.castToDateTime(DateTime defaultValue) |
int |
ListAsArray.compareTo(DateTime dt) |
int |
MapAsStruct.compareTo(DateTime dt) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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 © 2015 Lucee