Returns a Decimalnumber
value from the given {0}. If the given {0} isnull
,Decimal.From
returnsnull
. If the given {0} isnumber
within the range of Decimal, {0} is returned, otherwise an error is returned. If the given {0} is of any other type, seeNumber.FromText
for converting it tonumber
value, then the previous statement about convertingnumber
value to Decimalnumber
value applies.
Returns a datetime value set to the current date and time on the system. The returned value contains timezone information ...
Returns a datetime value set to the current date and time on the system. This value is fixed and will not change with successive ...
Returns a datetimezone value from the given {0}. If the given {0} is null , DateTimeZone.From returns null . If the given ...
Returns a datetimezone value set to the current date and time on the system. The returned value contains timezone information ...
Returns a Decimal number value from the given {0}. If the given {0} is null , Decimal.From returns null . If the given {0} ...
Returns a Double number value from the given {0}. If the given {0} is null , Double.From returns null . If the given {0} ...
Returns a duration value from the given {0}. If the given {0} is null , Duration.From returns null . If the given {0} is ...
Returns a duration value from the specified text, {0}. The following formats can be parsed by this function: (-)hh:mm(:ss(.ff)) ...
Returns a duration value from the specified text, {0}. The following formats can be parsed by this function: (-)hh:mm(:ss) ...