GetVariableUpdateTime bei der COMServer Anbindung

Bei der COMServer-Library Anbindung gibt es die Funktion GetVariableUpdateTime. Diese liefert einen double zurück. Wie ist diese Gleitkommazahl als Zeit zu interpretieren?
Danke für eine kurze Antwort!

It is stored as a Double variable, with the date as the integral part, and time as fractional part. The date is stored as the number of days since 30 Dec 1899. Quite why it is not 31 Dec is not clear. 01 Jan 1900 has a days value of 2.

http://www.delphibasics.co.uk/RTL.asp?Name=TDateTime

paresy

Dankeschön für die prompte Antwort!