Creates an instance of Time class and binds it to the specified TIME server.
            
    Namespace: 
   Rebex.Net
    Assembly:
   Rebex.Time (in Rebex.Time.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Sub New ( _ serverName As String _ ) | 
| C# | 
|---|
| public Time( string serverName ) | 
Parameters
- serverName
- Type: System..::..String
 The TIME server hostname.
 
     
     
     
     
    