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
The seconds.

milliseconds

Type: System.Int32
The milliseconds.

microseconds

Type: System.Int32
The microseconds.

Reference

LTIME Class

LTIME Overload

TwinCAT.PlcOpen Namespace