Returns a time value from the given {0}. If the given {0} is null , Time.From returns null . If the given {0} is time , {0} ...

Returns a time value from the given {0}. If the given {0} is null, Time.From returns null.  If the given {0} is time, {0} is returned. Values of the following types can be converted to a time value:
      
  • text: A time value from textual representation. See Time.FromText for details.
  • datetime: The time component of the {0}.
  • datetimezone: The time component of the local datetime equivalent of {0}.
  • number: A time equivalent to the number of fractional days expressed by {0}. If {0} is negative or greater or equal to 1, an error is returned.
If {0} is of any other type, an error is returned.