Rebex Time for .NET/.NET CF
SNTP and NTP protocols enable your program to get the exact time from public time servers over the Internet.
Rebex.NET: Time for .NET (VB.NET, C#)
Get the exact time from an atomic clock
Time for .NET is a powerful and easy-to-use component for C#, VB.NET
and other .NET languages. It implemens the client side of SNTP and NTP
protocols that enable your .NET applications to get exact time from public time
servers over the Internet. This makes it easy to keep all the computers running
your application synchronized with an atomic clock to eliminate problems
caused by mismatched system time, or to get the exact time value for your
time-critical database entries. Determining the right time has never been easier.
Synchronize with a time server in a single line of code
It is easy getting started with Rebex Time for .NET.
The most common operation - synchronizing the local system time with
a time server - only takes a single line of code:
C#
Ntp.SynchronizeSystemClock("pool.ntp.org");
VB.NET
Ntp.SynchronizeSystemClock("pool.ntp.org")
Advanced SNTP and NTP functionality
Rebex Time for .NET supports SNTP and NTP versions 3 and 4.
With few lines of code, you can determine the time difference between the local system
and remote time server, set the local system clock to a desired value, determine
the time server stratum or access additional NTP packet fields.
All versions of .NET Framework and .NET Compact Framework are supported
We provide native builds for all versions of .NET Framework and .NET Compact Framework.
It is easy to upgrade to a higher .NET version and there is no need to learn a new API when going mobile.
- Easy-to-use with maximum flexibility.
- Supports .NET 2.0/3.0/3.5/4.0, works flawlessly with 64bit versions of .NET Framework.
- .NET Compact Framework 2.0/3.5 (Windows CE, Pocket PC, Windows Mobile) edition is also available.
- 100% managed code.
- Complete C# source code optionally available.
- Free one-year support.
- Free one-year upgrades.
- Royalty-free redistribution.
- CLS (Common Language Specification) compliant.
- Stable and thoroughly tested code.
- Works with both SNTP and NTP servers, versions 3 and 4.
- Fully compliant with RFC 2030.
- Provides access to all NTP packet fields.
- Conversions between NTP datetime and .NET DateTime.
- Uniform and comprehensive error handling with .NET exceptions.
- Extensive tutorials.
- Samples in both C# and VB.NET with different levels of complexity.