lblWeek.Text = (((((int)DateTime.Today.DayOfWeek )- 1) * 24) - decimal.Parse(DateTime.Now.ToString("HH")) - 1 / 168 * 100).ToString();