Package | Description |
---|---|
lucee.runtime.op | |
lucee.runtime.op.date | |
lucee.runtime.schedule | |
lucee.runtime.text.xml.storage | |
lucee.runtime.type.dt | |
lucee.runtime.util |
Modifier and Type | Method and Description |
---|---|
Time |
CreationImpl.createTime(int hour,
int minute,
int second,
int millis) |
Time |
CreationImpl.createTime(long time) |
Modifier and Type | Method and Description |
---|---|
static Time |
DateCaster.toTime(TimeZone timeZone,
Object o)
converts a Object to a Time Object, returns null if invalid string
|
static Time |
DateCaster.toTime(TimeZone timeZone,
String str,
Time defaultValue)
converts a String to a Time Object, returns null if invalid string
|
Modifier and Type | Method and Description |
---|---|
static Time |
DateCaster.toTime(TimeZone timeZone,
String str,
Time defaultValue)
converts a String to a Time Object, returns null if invalid string
|
Modifier and Type | Method and Description |
---|---|
Time |
ScheduleTaskImpl.getEndTime() |
Time |
ScheduleTask.getEndTime() |
Time |
ScheduleTaskImpl.getStartTime() |
Time |
ScheduleTask.getStartTime() |
Time |
StorageUtil.toTime(Config config,
Element el,
String attributeName)
reads a XML Element Attribute ans cast it to a Time Object
|
Time |
StorageUtil.toTime(Element el,
String attributeName,
Time defaultValue)
reads a XML Element Attribute ans cast it to a Date
|
Modifier and Type | Method and Description |
---|---|
Time |
StorageUtil.toTime(Element el,
String attributeName,
Time defaultValue)
reads a XML Element Attribute ans cast it to a Date
|
Constructor and Description |
---|
ScheduleTaskImpl(String task,
Resource file,
Date startDate,
Time startTime,
Date endDate,
Time endTime,
String url,
int port,
String interval,
long timeout,
Credentials credentials,
ProxyData proxy,
boolean resolveURL,
boolean publish,
boolean hidden,
boolean readonly,
boolean paused,
boolean autoDelete)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
Time |
StorageItem.getTime(String key)
gets a value from the storage item as Time Object
|
Modifier and Type | Method and Description |
---|---|
void |
StorageItem.setTime(String key,
Time value)
sets a value to the storage item as Time Object
|
Modifier and Type | Class and Description |
---|---|
class |
TimeImpl
Printable and Castable Time Object (at the moment, same as DateTime)
|
Modifier and Type | Method and Description |
---|---|
Time |
Creation.createTime(int hour,
int minute,
int second,
int millis)
creates and returns a Time instance
|
Time |
Creation.createTime(long time)
creates and returns a Time instance
|
Copyright © 2015 Lucee