Method FromHours
FromHours(int)
Returns a TimeSpan equal to the specified amount of game hours.
public static TimeSpan FromHours(int hours)
Parameters
hoursintThe number of rounds.
Returns a TimeSpan equal to the specified amount of game hours.
public static TimeSpan FromHours(int hours)
hours intThe number of rounds.