Creates a time
value from a textual representation, {0}, following ISO 8601 format standard.
-
Time.FromText("12:34:12")
// Time, hh:mm:ss -
Time.FromText("12:34:12.1254425")
// hh:mm:ss.nnnnnnn
Creates a table of type {1} from a list {0} containing nested lists with the column names and values. If some columns have ...
Creates a table with a column containing the provided value or list of values, {0}. An optional record parameter, {1}, may ...
Creates a table with column a with values {1, 2} and column b with values {3, 4}, where a and b are number types. This uses ...
Creates a text value from the logical value {0}, either true or false . If {0} is not a logical value, an exception is thrown. ...
Creates a time value from a textual representation, {0}, following ISO 8601 format standard. Time.FromText("12:34:12") Time, ...
Creates a time value from a textual representation, {0}. Time.FromText("12:34:12") Time, hh:mm:ss Time.FromText("12:34:12.1254425") ...
Creates an action that executes the sequence of elements in {0} in order. Each element of {0} is either an action or a function ...
Creates an action that executes {0}, catches any errors that occur while executing the action, and returns a record containing ...
Creates an action that executes {1} against {0} using the options specified in {2}. The behavior of the created action is ...