ToTime
Converts value to the time type
Inputs
ToTime(value, format, [location], [replaceInvalidWith])
value
- A value to convert into a timeformat
- Enum ‘TimeFormatTemplateOption’ with the corresponding format of the value, TimeFormatTemplateOption.HH:mm
[location]
- [optional: UTC by default**]**[replaceInvalidWith]
- [optional: null by default**]** - invalid values will be replaced with this parameter
Description
You have to select the actual (not output) format of the value in the second parameter.
Last updated