L
lucius
I have a List of DateTimes that look like this
{1753-01-01 16:00:00}
{1753-01-01 22:00:00}
And I would like to do something in my WinForm/CommandLine app that
does MyMethod() every day at 16:00 and 22:00, basically ignoring the
date and just doing something based on the time. What is the best way
to implement that?
Thanks.
{1753-01-01 16:00:00}
{1753-01-01 22:00:00}
And I would like to do something in my WinForm/CommandLine app that
does MyMethod() every day at 16:00 and 22:00, basically ignoring the
date and just doing something based on the time. What is the best way
to implement that?
Thanks.