LTIME Constructor (Int32, Int32, Int32, 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 days,
    int hours,
    int minutes,
    int seconds,
    int milliseconds,
    int microseconds,
    int nanoseconds
)

VB

Public Sub New ( 
    days As Integer,
    hours As Integer,
    minutes As Integer,
    seconds As Integer,
    milliseconds As Integer,
    microseconds As Integer,
    nanoseconds As Integer
)

Parameters

days

Type: System.Int32
The days.

hours

Type: System.Int32
The hours.

minutes

Type: System.Int32
The minutes.

seconds

Type: System.Int32
The seconds.

milliseconds

Type: System.Int32
The milliseconds.

microseconds

Type: System.Int32
The microseconds.

nanoseconds

Type: System.Int32
The nanoseconds.

Reference

LTIME Class

LTIME Overload

TwinCAT.PlcOpen Namespace