TOD Constructor (Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the TOD class.
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public TOD(
int days,
int hours,
int minutes,
int seconds,
int milliseconds
)
VB
Public Sub New (
days As Integer,
hours As Integer,
minutes As Integer,
seconds As Integer,
milliseconds As Integer
)
Parameters
days |
Type: System.Int32 |
hours |
Type: System.Int32 |
minutes |
Type: System.Int32 |
seconds |
Type: System.Int32 |
milliseconds |
Type: System.Int32 |