TOD Constructor (Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the TOD class.
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public TOD(
int days,
int hours,
int minutes,
int seconds,
int milliseconds
)
Parameters
days |
Type: System.Int32 |
hours |
Type: System.Int32 |
minutes |
Type: System.Int32 |
seconds |
Type: System.Int32 |
milliseconds |
Type: System.Int32 |