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
Post a Comment