M
mc
How to do a time comparison?
How to do a time comparison?
Does anyone know how to do Datetime comparison using c#?
Example:
A student did not send his/her work, the program will automatically send an
email reminder to student
From http://www.developmentnow.com/g/36_2004_11_0_0_17601/Time-Comparison.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
Does anyone know how to do Datetime comparison using c#?
Example:
A student did not send his/her work, the program will automatically send an
email reminder to student
From http://www.developmentnow.com/g/36_2004_11_0_0_17601/Time-Comparison.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/
Hans Kesting said:eri presented the following explanation :
See the DateTime and TimeSpan structures, they support calculating with
dates.
But i suppose the real problem is elsewhere: *when* will the application
see that a student is late?
You will need some kind of routine that is called periodically. Either by
someone clicking a "check for due work" button or automatically by some
timer.
Hans Kesting said:eri presented the following explanation :
See the DateTime and TimeSpan structures, they support calculating with
dates.
But i suppose the real problem is elsewhere: *when* will the application
see that a student is late?
You will need some kind of routine that is called periodically. Either by
someone clicking a "check for due work" button or automatically by some
timer.
eric said:Does anyone know how to do Datetime comparison using c#?
eric said:Does anyone know how to do Datetime comparison using c#?