Time.ToRecord

 

This topic applies to the Power Query Formula Language which can be used with Power Query and Power BI Desktop to build queries that mashup data. See the list of function categories.

Returns a record containing parts of a Date value.

Time.ToRecord(time as time) as record  

ArgumentDescription
timeThe time to parse.
Time.ToRecord(#time(12, 1, 2)) equals [Hour=12, Minute=1, Second=2]  

Show: