|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwExprTime | |
---|---|
com.wewebu.expression.language |
Uses of OwExprTime in com.wewebu.expression.language |
---|
Methods in com.wewebu.expression.language that return OwExprTime | |
---|---|
OwExprTime |
OwExprTime.add(OwExprTime t_p)
|
OwExprTime |
OwExprSystem.days(double days_p)
The expression language days(NUMERIC:timeInDays):TIME function implementation. |
static OwExprTime |
OwExprTime.diff(Calendar c1_p,
Calendar c2_p)
|
OwExprTime |
OwExprTimeValue.getTime()
|
static OwExprTime |
OwExprTime.hours(int hours_p)
|
OwExprTime |
OwExprSystem.hours(int hours_p)
|
static OwExprTime |
OwExprTime.minutes(int minutes_p)
|
OwExprTime |
OwExprSystem.minutes(int minutes_p)
|
static OwExprTime |
OwExprTime.seconds(int seconds_p)
|
OwExprTime |
OwExprSystem.seconds(int seconds_p)
|
OwExprTime |
OwExprTime.substract(OwExprTime time_p)
|
static OwExprTime |
OwExprTime.time(int hours_p,
int minutes_p,
int seconds_p)
|
OwExprTime |
OwExprSystem.time(int hours_p,
int minutes_p,
int seconds_p)
|
static OwExprTime |
OwExprTime.timeInDays(double days_p)
|
Methods in com.wewebu.expression.language with parameters of type OwExprTime | |
---|---|
OwExprTime |
OwExprTime.add(OwExprTime t_p)
|
OwExprTime |
OwExprTime.substract(OwExprTime time_p)
|
Constructors in com.wewebu.expression.language with parameters of type OwExprTime | |
---|---|
OwExprTimeValue(OwExprTime time_p)
Constructor |
|
OwExprTimeValue(OwExprTime time_p,
Class<?> javaType_p)
Constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |