I am looking for Typescript code that can convert 24-hour time format into minutes.
For example, when converting 1.00 it should output as 60 minutes.
When converting 1.30 it should equal to 90 minutes.
If anyone has the code for this conversion, please share it with me.