/
MinutesFromTime function
MinutesFromTime function
Returns the minutes portion of a time.
Namespace
datetime
Input
time(time
)
Output
minutes(int
)
Example
If basetime
contains the time 22:30:52
, then the two following functions are equivalent, and return the value 30
:
set-column result datetime:MinutesFromTime('22:30:52')
set-column result datetime:MinutesFromTime(basetime)
Related content
DaysSinceFromDate function
DaysSinceFromDate function
More like this
Google Ads Single Report Batch Source (Deprecated)
Google Ads Single Report Batch Source (Deprecated)
More like this
Splunk Streaming Source
Splunk Streaming Source
More like this
Google Ads Multiple Report Batch Source (Deprecated)
Google Ads Multiple Report Batch Source (Deprecated)
More like this
NGramTransform Spark Compute Analytics (Deprecated)
NGramTransform Spark Compute Analytics (Deprecated)
More like this
GitHub Batch Source (Deprecated)
GitHub Batch Source (Deprecated)
More like this
Created in 2020 by Google Inc.