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