Login to follow
AddAndSubTimeToDatetime

AddAndSubTimeToDatetime (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 02 November 2025 by OutSystems MVPs
AddAndSubTimeToDatetime

AddAndSubTimeToDatetime (ODC)

Details
Detailed Description

Details

Detailed Description

-Action to add time to datetime. Insert in the input the base datetime that you need to add time and in the other input the time (is in DateTime format but only the time part matters) that you want to add in data format "Time". The action will return a new Datetime in data format "Datetime". This action has error handling: One output return the success (Result - True if success and False if NOT success) and other output (ErrorMessage) returns the error message if exist.

-Action to subtract time (is in DateTime format but only the time part matters) to datetime. Insert in the input the base datetime that you need to subtract time and in the other input the time that you want to subtract in data format "Time". The action will return a new Datetime in data format "Datetime". This action has error handling: One output return the success (Result - True if success and False if NOT success) and other output (ErrorMessage) returns the error message if exist.