Package | Description |
---|---|
com.sankhya.util |
Modifier and Type | Method and Description |
---|---|
static TimeUtils.TipoPeriodo |
TimeUtils.TipoPeriodo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeUtils.TipoPeriodo[] |
TimeUtils.TipoPeriodo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.sql.Timestamp |
TimeUtils.getFinalPeriodo(java.sql.Timestamp dataBase,
TimeUtils.TipoPeriodo tipoPeriodo) |
static java.sql.Timestamp |
TimeUtils.getFinalPeriodo(java.sql.Timestamp dataBase,
TimeUtils.TipoPeriodo tipoPeriodo,
boolean ehOracle) |
static java.sql.Timestamp |
TimeUtils.getInicioPeriodo(java.sql.Timestamp dataBase,
TimeUtils.TipoPeriodo tipoPeriodo) |