Ver originalfor(int h=0;h<23;h++){ combo.Items.Add(string.Format("{0}:00-{1}:00",h,(h+1));}combo.Items.Add("23:00-00:00");