Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting start and last time of day
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01085371
Message ID:
01085389
Vues:
21
>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"))
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform