if ((DateTime.Now.Hour>10) && (DateTime.Now.Hour<22))
{this.label1.Text="true";}
else
{this.label1.Text="false";}