Android Question [Solved]Confused how to compare time

microbox

Active Member
Licensed User
Longtime User
Hi... I need to test the time to trigger events. Like

if DateTime.Time(DateTime.Now) >= 730 AND time < =1030 Then
--- event 1
else
---event 2
End if

Sorry but I got the solution.

Thank you and best regards,
joe
 
Last edited:
Top