The Time type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkTime(String)
Creates an instance of Time class and binds it to the specified TIME server.
Public methodSupported by the .NET Compact FrameworkTime(String, Int32)
Creates an instance of Time class and binds it to the specified TIME server.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkBeginGetTime
Begins asynchronous GetTime operation. Sends a request for time to the TIME server passed to the constructor and waits for the answer that contains the time value.
(Inherited from TimeBase.)
Public methodSupported by the .NET Compact FrameworkBeginSynchronizeSystemClock
Begins asynchronous SynchronizeSystemClock operation. Synchronize the local time with the server.
(Inherited from TimeBase.)
Public methodSupported by the .NET Compact FrameworkEndGetTime
Ends an asynchronous BeginGetTime operation.
(Inherited from TimeBase.)
Public methodSupported by the .NET Compact FrameworkEndSynchronizeSystemClock
Ends an asynchronous BeginSynchronizeSystemClock operation.
(Inherited from TimeBase.)
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetTime
Sends a request for time to the TIME server passed to the constructor and waits for the answer that contains the time value.
(Inherited from TimeBase.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSynchronizeSystemClock()()()()
Synchronize the local time with the server.
(Inherited from TimeBase.)
Public methodStatic memberSupported by the .NET Compact FrameworkSynchronizeSystemClock(String)
Synchronize the local time with the TIME server using TCP protocol.
Public methodStatic memberSupported by the .NET Compact FrameworkSynchronizeSystemClock(String, Int32)
Synchronize the local time with the TIME server using TCP protocol.
Public methodStatic memberSupported by the .NET Compact FrameworkSynchronizeSystemClock(String, Int32, Boolean)
Synchronize the local time with the TIME server.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberSupported by the .NET Compact FrameworkDefaultPort
Default TIME port number (37).

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkTimeout
Gets or sets the length of time in milliseconds before the operation times out (specify -1 or 0 to indicate that the request does not time out).
(Inherited from TimeBase.)
Public propertySupported by the .NET Compact FrameworkUseTcp
Gets or sets a value indicating whether to use the TCP protocol (default is UDP).

See Also