DATE Constructor (Int32, Int32, Int32)
Initializes a new instance of the DATE class.
Namespace: TwinCAT.PlcOpen
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public DATE(
int year,
int month,
int day
)
VB
Public Sub New (
year As Integer,
month As Integer,
day As Integer
)
Parameters
year |
Type: System.Int32 |
month |
Type: System.Int32 |
day |
Type: System.Int32 |