Languages
[Edit]
EN

C# / .NET - subtract nanoseconds from DateTime

2 points
Created by:
Elleanor-Williamson
380

In C# / .NET it is possible to subtract nanoseconds from DateTime object in following way.

1. DateTime.AddTicks method example

Edit

Output:

Note: maximum precision for DateTime structure is 100 ns, so it is impossible to see difference during operating on times that are smaller than 100 ns.

2. DateTime.Subtract method example

Edit

Output:

Note: maximum precision for DateTime structure is 100 ns, so it is impossible to see difference during operating on times that are smaller than 100 ns.

References

Edit
  1. DateTime.AddTicks Method - Microsoft docs
  2. DateTime.Subtract Method - Microsoft docs
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.

C# - DateTime

Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join