Hi Everyone,
I tried to locate examples of getting the ticks value of a given time string but could not find any. Here's my attempt at getting the ticks value of 01:00.
Did I miss something?
Thanks.
I tried to locate examples of getting the ticks value of a given time string but could not find any. Here's my attempt at getting the ticks value of 01:00.
B4X:
DateTime.TimeFormat = "HH:mm"
ToastMessageShow(DateTime.TimeParse("01:00"),False)
Did I miss something?
Thanks.