Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding time of day functions
Message
 
 
À
Tous
Information générale
Forum:
C#
Catégorie:
Code, syntaxe and commandes
Titre:
Understanding time of day functions
Divers
Thread ID:
01664711
Message ID:
01664711
Vues:
59
Hi,

When I use the following function to get the time of the day:
tsTime1 = new TimeSpan(24, 0, 0);
// tsTime1 is 1:00:00:00.  And I thought it should be 24:00:00
When I use the following time of the day:
tsTime2 = new TimeSpan(24, 60, 0);
// txTime2 is 1:01:00:00
How do I get the time of exactly 24:00:00? So that when I compare it with DateTime.Now.TimeOfDay I have the correct result.

TIA

Update: I found this thread:
https://stackoverflow.com/questions/246225/best-way-to-create-a-midnight-datetime-in-c-sharp

which shows that midnight time is "00:00:00"

What puzzles me is how do you compare is the current time (defined by an hour and minutes, e.g. 24, 00) compares to this time? That is, is now before the midnight or after?
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform