excel vba - How to determine time at which PC was woken -


is there function in excel vba returns time elapsed since pc last woken sleep or hibernate? or when booted? whichever recent?

here's way figure out last time pc booted up. it's in visual basic:

http://www.c-sharpcorner.com/uploadfile/scottlysle/determine-the-time-since-the-last-boot-up-in-visual-basic3/

i haven't seen may return time of when woken up, though.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -