Time.From

Syntax

Time.From(value as any, optional culture as nullable text) as nullable time

Description

Returns a time value from the given value. An optional culture may also be provided (for example, “en-US”). If the given value is null, Time.From returns null. If the given value is time, value is returned. Values of the following types can be converted to a time value:

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Time Functions / Time.From