Navigation :
parseTime
parseTime(source: text) 🡒 number, pure function
Converts a time of the day into a fraction between 0 and 1, representing a fractional day. The default format yyyy-MM-dd HH:mm:ss
is used.
parseTime(source: text, format: text) 🡒 number, pure function
Converts a time of the day into a fraction between 0 and 1, representing a fractional day. Envision is using the .NET Custom Time Format.
See also