Time.FromText

Syntax

Time.FromText(text as nullable text, optional culture as nullable text) as nullable time

Description

Creates a time value from a textual representation, text, following ISO 8601 format standard. An optional culture may also be provided (for example, “en-US”).

Reference Data

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

Power Query M Functions / Time Functions / Time.FromText