TimeOfDay.Hours doesn't return right value

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am using DateTime class and TimeOfDay.Hours attribute to return current time. It returns right value on two servers, but in one particular server it does not return right time. I checked that server's date/time setting and there everything is fine. Could someone tell, why on this server TimeOfDay.Hours do not return right value? I appreciate help of any kind

Thanks

Peter
 
Try using

DateTime.Now.Hou

this should work...obviously your page must inherit from
System.Web.UI.Pag

Let me know what happpens.
 
Back
Top