Modify a datetime to a new time.
Declaration
UPDATE_TIME(datetime, new_time) -> datetime
Parameters
- datetime (type: datetime)
- Any datetime.
- new_time (type: time)
- The new time that gets updated in the datetime.
Return Values
- datetime (type: datetime)
- The resulting datetime by taking the base and adding the update values.
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.