/// <summary> /// Clear the entire Cron object to defaults without any numerical cron representations. /// </summary> /// <returns><see cref="ICron" /></returns> /// <inheritdoc cref="ICron" /> public ICron Reset() { SectionList.ForEach(section => section.Item2.Clear()); return(this); }