Creates afunction type
from {0}, a record ofReturnType
andParameters
, and {1}, the minimum number of arguments required to invoke the function.
Creates a datetime value from the {0} value and converts it to the local time zone. The filetime is a Windows file time value ...
Creates a datetimezone value from a textual representation, {0}, following ISO 8601 format standard. DateTimeZone.FromTe ...
Creates a datetimezone value from a textual representation, {0}. DateTimeZone.FromText("2010-12-31T01:30:00-08:00") YYYY-MM-DDThh:mm:ssZ ...
Creates a datetimezone value from the {0} value and converts it to the local time zone. The filetime is a Windows file time ...
Creates a function type from {0}, a record of ReturnType and Parameters , and {1}, the minimum number of arguments required ...
Creates a logical value from the text value {0}, either "true" or "false". If {0} contains a different string, an exception ...
Creates a table from a list of row values. An optional list of column names, or a table type could be provided as the second ...
Creates a table from the list {0} where each element of the list is an inner list that contains the column values for a single ...
Creates a table from {0} by applying the {1} operation to the rows. If the return type of the {1} function is specified, ...