Green time, that is, returns the number of milliseconds that have elapsed since midnight in UTC January 1, 1970.

Source: Internet
Author: User

Green time, that is, returns the number of milliseconds that have elapsed since midnight in UTC January 1, 1970.

(*delphi gets the 13-bit green time implementation method, which is the same as the Java.lang.System.currentTimeMillis () effect in Java *) Varsystime:tsystemtime;begin GetSystemTime (SysTime);//Method 1memo1.lines.add (Formatfloat (' # ', Comptodouble (Timestamptomsecs (Datetimetotimestamp ( Systemtimetodatetime (SysTime)))-Timestamptomsecs (Datetimetotimestamp (strtodatetime (' 1970/1/1 '))));//Method 2 Need to reference dateutils cell Memo1.Lines.Add (formatfloat (' # ', Dateutils.millisecondsbetween (Systemtimetodatetime), Strtodatetime (' 1970/1/1 '))); end;

Reference: http://www.e8e.net/post/2b9e8b_b87935

Green time, that is, returns the number of milliseconds that have elapsed since midnight in UTC January 1, 1970.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.