Days
Timespan
The TimeSpan Total Days
node takes in a TimeSpan and returns with the amount of days in that TimeSpan, including the fractional portion of a day.
Inputs
TimeSpan (TimeSpan)
The TimeSpan we are getting info from.
Outputs
* (double)
Returns the amount of days in this TimeSpan as an double.