Searched refs:seconds (Results 1 – 1 of 1) sorted by relevance
95 … static TimeSpan FromSeconds(s64 seconds) { return FromNanoSeconds(seconds * 1000 * 1000 * 1000); } in FromSeconds() argument