User-Manager "Total Time Left" via API

Hi,

I hope someone can help me .
I currently write a vb.net program that shows me among others all the user accounts in the user-manager . Unfortunately, I have not been able to read the value for "Total Time Left " via the API.
TotalTimeLeft.png
Can anyone tell me how to get to this value?

Many thanks for your help

If it’s not found on the command line (and by extension, in the API), you can use SQLite to read the whole DB.

How exactly do you do that in .NET is a separate problem… A quick search shows me there are several APIs you can use, but it seems like there’s nothing built into .NET.

How to access the DB ?

https://www.google.bg/search?q=SQLite+C%23