jackieinpa
Programmer
I know it's a representation of the system date and time, but how exactly is the value generated? Does anybody know? Thanks!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I think that's much simpler, (besides lower systemtimes should only happen if someone or something sets system time back, eg time server syncing). This way also "autosyncs" with the simple time conversion after a short while of not using the function, when the value computed from system time simply got bigger than what was last returned.VFP makes note of the latest timestamp generated and if systemtime conversion results in the same or a lower value than that, increments its max memorized value instead.