StatCounter

View My Stats

Tuesday, February 5, 2008

Create a DataTime With a user Specified Time

DateTime Time1=DataTime.Now;

Time1= new DateTime(SlotEndTime.Year, SlotEndTime.Month, SlotEndTime.Day, 9, 30, 0);


The Time1- Field have Today date with the time 9.30 am

No comments: