ComponentSpace Internet Time (NTP) Component(英語版)
インターネットのタイムサーバーから日付と時刻を取得
ComponentSpace 社の製品
2002 年より日本国内にてComponentSourceで販売中。
価格:¥ 20,570 (税込)〜 バージョン: v1.5.0.3 更新日: Dec 3, 2008
ComponentSpace Internet Time (NTP) Component は、Network Time Protocol(RFC - 1305)、Time Protocol(RFC - 868)またはDaytime Protocol(RFC - 867)を使用して日付と時刻を取得することができます。 タイムズは、標準のSystem.DateTimeオブジェクトとして返されます。 これらは簡単にUTCから現地時刻に変換することができます。 100%C#のマネージコードで記述された、クラスライブラリが提供しています。NET開発者に簡単にアクセスをインターネットタイムサーバにそれぞれのアプリケーション内から。 ComponentSpace Internet Time (NTP)コンポーネントは、64ビット、NET Framework 4及びVisual Studio 2010をサポートします。
ComponentSpace Internet Time Component may be used in any Windows or Web application by adding a reference to the assembly to access the classes in the KeyTech.InternetTime namespace. ComponentSpace Internet Time (NTP) Component is 64bit, .NET Framework 4 and VS2010 compatible.
The NetworkTimeClient class retrieves the date and time using the Network Time Protocol (NTP). You may retrieve the time either synchronously (blocking) using the GetTime method or asynchronously (non-blocking) using the BeginGetTime and EndGetTime methods. For asynchronous calls you may receive completion notification either through an event or a callback method. A timeout may be specified. The UTC date and time is returned as a System.DateTime object that easily may be converted to local time.
The TimeClient class retrieves the date and time using the Time Protocol. You may retrieve the time either synchronously (blocking) using the GetTime method or asynchronously (non-blocking) using the BeginGetTime and EndGetTime methods. For asynchronous calls you may receive completion notification either through an event or a callback method. A timeout may be specified. The UTC date and time is returned as a System.DateTime object that easily may be converted to local time.
The DaytimeClient class retrieves the date and time using the Daytime Protocol. You may retrieve the time either synchronously (blocking) using the GetTime method or asynchronously (non-blocking) using the BeginGetTime and EndGetTime methods. For asynchronous calls you may receive completion notification either through an event or a callback method. A timeout may be specified. The UTC date and time is returned as a string.
All classes that raise events support a SynchronizingObject property. All classes report errors through the InternetTimeException.
Main Features
This class library may also be purchased as part of the Key Technology .NET Internet Suite.