/// <summary> /// Returns the time until the next countdown will start. /// </summary> /// <returns></returns> TimeSpan GetTimeToCountdown() { return(NextCountdownStart.Subtract(DateTime.UtcNow)); }
/// <summary> /// Returns the time until the next countdown will start. /// </summary> /// <returns></returns> TimeSpan GetTimeToCountdown() { return(NextCountdownStart.Subtract(UnbiasedTime.Instance.Now())); }