C# alert when deadline date is approaching -


ok have application stores records , various other functions, able implement way of creating sort of alert system when deadline date (stored record) approaching tell me/user. not sure if possible advice or suggestions great thanks.

using system.datetime should able access current date of machine this

datetime today = datetime.today; 

you compare stored time in records @ regular intervall (start of application maybe?) check if deadline approaching.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -