loading table of contents...

1.4. FECHA_SUMA_HORAS()

 
FECHA_SUMA_HORAS
Suma o resta HORAS a la fecha enviada.
Retorna: date 
Retorna la nueva fecha y hora
Parámetros:
date  fecha
La fecha a la que se van a sumar las horas
integer  hora
las horas a sumar a la fecha
Versión: 3.0+
 
Ejemplo:
// Context.eventContext.dateTimer = FECHA_SUMA_HORAS(CurrentProcess.dataProcess.FECHA.value,23);