LTIME Constructor (Int32, 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,
int nanoseconds
)
VB
Public Sub New (
seconds As Integer,
milliseconds As Integer,
microseconds As Integer,
nanoseconds As Integer
)
Parameters
seconds |
Type: System.Int32 |
milliseconds |
Type: System.Int32 |
microseconds |
Type: System.Int32 |
nanoseconds |
Type: System.Int32 |