iOS Question TimeParse

cmartins

Member
Licensed User
Longtime User
How to parse time string to ticks.

in the B4A I used: DateTime.TimeParse ("00:00:00")
 

Eumel

Active Member
Licensed User
Longtime User
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
Top