TIME Constructor (Int32, Int32, Int32, Int32, Int32)

Initializes a new instance of the TIME class.

Namespace:  TwinCAT.PlcOpen
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public TIME(
    int days,
    int hours,
    int minutes,
    int seconds,
    int milliseconds
)

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.

Reference

TIME Class

TIME Overload

TwinCAT.PlcOpen Namespace