Is there a way of getting the current time as a float?
Don’t necessarily need the date as well, just the current time (I.E 8:00). I tried messing around with DateTime but either I’m not seeing a way to do it, or its not possible with DateTime!
System.DateTime.Now should return the current time.
Edit: Realized that you want this as float. Depends on how you want the conversion. The way we represent time is not directly equivalent to one number, unless you want the time in Number of Seconds.