I tried it but the toast message is crashing the app. Can you help correct my coding?
B4X:
Dim thePeriod As Period
thePeriod.Days = 1
lngTheTimeNow = DateTime.Now
ToastMessageShow(DateTime.DateTimeParse( DateUtils.AddPeriod(DateTime.Date(lngTheTimeNow), thePeriod),"02:00"),True)