Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting start and last time of day
Message
 
To
10/01/2006 16:27:38
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01085371
Message ID:
01085393
Views:
16
>>This might work for you:
>>
>>DateTime now = DateTime.Now;
>>
>>DateTime start = now.Date;
>>DateTime end = now.Date;
>>end = end.AddDays(1);
>>end = end.AddSeconds(-1);
>>
>>MessageBox.Show(start.ToString(),"start");
>>MessageBox.Show(end.ToString(),"end");
>>
>
>This is an interesting approach. The one I did was similar to the approach I used in VFP:
>
>
>        ltDate1 = DateTime.Parse(Format(tdDate, "dd/MM/yyyy 00:00:00"))
>        ltDate2 = DateTime.Parse(Format(tdDate, "dd/MM/yyyy 23:59:59"))
>
Just as many ways to skin the cat with .NET as there are with VFP :)
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform