DT Constructor (Int32, Int32, Int32, Int32, Int32, Int32)
Initializes a new instance of the DT class.
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public DT(
int year,
int month,
int day,
int hour,
int minute,
int second
)
Parameters
year |
Type: System.Int32 |
month |
Type: System.Int32 |
day |
Type: System.Int32 |
hour |
Type: System.Int32 |
minute |
Type: System.Int32 |
second |
Type: System.Int32 |