[QUESTION] how i can determine who if what time is, something happen #2464
Unanswered
GreenSoupDeveloper
asked this question in
Q&A
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
-
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