time PowerHome formula function
Description
Converts a string to a time data type.
Syntax
time ( string )
Argument Description
string A string containing a valid time (such as 8 am or 10:25) that you want returned as a time data type. Only the hour is required; you do not have to include the minutes, seconds, or microseconds of the time or am or pm. The default value for minutes and seconds is 00 and for microseconds is 000000. am or pm is determined automatically
Return value
Time. Returns the time in string as a time data type. If string does not contain a valid time, Time returns 00:00:00.