TTL of a dynamic arp entry in windows (not base time, actual time)

When I run arp -a on my cmd I get a list of arp entries. The dynamic entries expire when their timer expires and then they are deleted from the arp cache. How can I see how much time a certain entry has left?

I am not talking about the “base reachable time” that is used for calculating this value like in this question, I’m talking about the actual value for each entry, i.e if an entry is added 33 seconds before another one, then I expect that the timers will be different with a 33 second difference.