TickDuration.length

The number of system ticks in this TickDuration.

You can convert this length into the number of seconds by dividing it by ticksPerSec (or using one the appropriate property function to do it).

struct TickDuration
long length;
Suggestion Box / Bug Report