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