TIME Constructor (Int32, Int32)

Initializes a new instance of the TIME class.

Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public TIME(
    int seconds,
    int milliseconds
)

VB

Public Sub New ( 
    seconds As Integer,
    milliseconds As Integer
)

Parameters

seconds

Type: System.Int32
The seconds.

milliseconds

Type: System.Int32
The milliseconds.

Reference

TIME Class

TIME Overload

TwinCAT.PlcOpen Namespace