loading table of contents...

1.7. FECHA_SUMA_SEGUNDOS()

 
FECHA_SUMA_SEGUNDOS
Suma segundos a la fecha actual o a la fecha indicada.
Retorna: date 
Retorna la nueva fecha y hora
Parámetros:
date  fecha
La fecha a la que se van a sumar los segundos(opcional), si se deja vacío toma la fecha actual
integer  segundos
los segundos a sumar a la fecha (opcional)
Versión: 3.0+
 
Ejemplo:
Context.eventContext.dateTimer = FECHA_SUMA_SEGUNDOS(CurrentForm.fechaexpsol8, 3);