Replies: 2 comments 1 reply
-
you can use the RTC to get the time, and get the times between that to display the message as needed |
Beta Was this translation helpful? Give feedback.
0 replies
-
Use DateTime.Now |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi, i need help with with this, how i can determine who if what time is, this happend
like:
if(actualTime == "8:00 PM")
{
Console.WriteLine("Good Night");
}
if(actualTime == "8:00 AM")
{
Console.WriteLine("Good Morning");
}
the code is only a example of the question for explain it wihout saying it
how i can do that?
Beta Was this translation helpful? Give feedback.
All reactions