nSysTime in VCS

is there anything in VCS that can replace nSysTime from robotC my team needs it for doing velocity control for a flywheel

The exact replacement would be


timer().system()

or


Brain.Timer.system()

both return system time in mS as 32bit unsigned number.

but depending on what you need to do there may be another timer method that better fits your needs.