Timing how long the game has been played

How would I check how many seconds have past since the game has started? So I can set events at various times, for example after 5 seconds, 10 seconds…etc

Thanks :slight_smile:

Time.time

Or maybe Time.timeSinceLevelLoad?