UPDATE_MILLISECOND
Modify a datetime or time to a new millisecond.
Declaration
UPDATE_MILLISECOND(datetime, new_millisecond) -> datetime
UPDATE_MILLISECOND(time, new_millisecond) -> time
Parameters
Return Values
- datetime
- datetime -The resulting datetime by taking the base and adding the update values.
- time
- time -The resulting time by taking the base and adding the update values.