C cmartins Member Licensed User Longtime User Dec 28, 2014 #1 How to parse time string to ticks. in the B4A I used: DateTime.TimeParse ("00:00:00")
E Eumel Active Member Licensed User Longtime User Dec 28, 2014 #2 in B4i You can use B4X: DateTime.DateTimeParse(Date as String, Time as String) But this way you need a Date too. Eumel Upvote 0
in B4i You can use B4X: DateTime.DateTimeParse(Date as String, Time as String) But this way you need a Date too. Eumel