How can we find the difference between two time scales? I'm so stupid! Finally solved it!

Source: Internet
Author: User
Op_subtraction Overloaded. Subtract the specified datetime or timespan from the specified datetime.

I was confused when I saw the above content. How should I find the difference between the two time scales? Click the link to view the following content:
Subtract the specified datetime or timespan from the specified datetime.

Reload list
Name Description
Datetime. op_subtraction (datetime, datetime) Subtract the specified date and time from one specified date and time to generate the time interval.

Supported by. NET Compact framework.

Datetime. op_subtraction (datetime, timespan) Subtract the specified time interval from the specified date and time to generate a new date and time.

Supported by. NET Compact framework.

I am confused. After thinking for several days, I finally found out, why not use the minus sign directly?
Therefore, the following program uses a minus sign to get the difference between two time scales. The result is timespan. Timespan timespan1 = datetime. Now-time2;
Labeltimereal. Text = timespan2second (timespan1). tostring ();

I hope others will not make this mistake! Hey

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.