LTIME Constructor (Int32, Int32, Int32)
Initializes a new instance of the LTIME class.
          Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public LTIME(
int seconds,
int milliseconds,
int microseconds
)
VB
Public Sub New (
seconds As Integer,
milliseconds As Integer,
microseconds As Integer
)
Parameters
| 
                   seconds  | 
                   Type: System.Int32  | 
| 
                   milliseconds  | 
                   Type: System.Int32  | 
| 
                   microseconds  | 
                   Type: System.Int32  |