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