Description
Returns the minute of an hour from a datetime expression.Syntax
GetMinute(``datetime_``expression)
Examples
GetMinute(ToDate('2013-09-10T08:02:31.667Z')) returns 2
Extract the minute component (0 through 59) from a datetime expression. Use GETMINUTE for time-based grouping in Integrate.io ETL data pipelines.
GetMinute(``datetime_``expression)
GetMinute(ToDate('2013-09-10T08:02:31.667Z')) returns 2
Was this page helpful?