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