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