This function retrieves the minute portion of the given time, datetime, or datetimezone value, dateTime.
Syntax
Time.Minute(dateTime as any) as nullable number
About
This function retrieves the minute portion of the given time, datetime, or datetimezone value, dateTime.
Explanation
Determine the minute value in the date and time #datetime(2011, 12, 31, 9, 15, 36). Use Power Query MTime.Minute(#datetime(2011, 12, 31, 9, 15, 36)) to extract the minute portion. The output will be 15.