Minutes
Timespan
The TimeSpan Minutes
node takes in a TimeSpan and returns with only the amount of minutes in that TimeSpan. Anything other than the minutes will be ignored.
Inputs
TimeSpan (TimeSpan)
The TimeSpan we are getting info from.
Outputs
* (int)
Returns the amount of minutes in this TimeSpan as an int.